Files
cdnjs/ajax/libs/crypto-js/package.json
T

36 lines
862 B
JSON

{
"name": "crypto-js",
"filename": "rollups/md5.js",
"description": "CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.",
"version": "3.1.2",
"homepage": "http://code.google.com/p/crypto-js",
"keywords": [
"JavaScript",
"Crypto",
"MD5",
"SHA-1",
"SHA-2",
"SHA-3",
"HMAC",
"PBKDF2",
"AES",
"TripleDES",
"Rabbit",
"RC4"
],
"author": {
"name": "Jeff Mott"
},
"repositories": [{
"type": "svn",
"url": "http://crypto-js.googlecode.com/svn"
}],
"bugs": "http://code.google.com/p/crypto-js/issues/list",
"licenses": [
{
"type": "New BSD License",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
]
}