forked from brix/crypto-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (34 loc) · 912 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "crypto-js",
"title": "crypto-js",
"description": "Modularized port of googlecode project crypto-js.",
"version": "3.1.2-2",
"homepage": "http://github.com/evanvosberg/crypto-js",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/evanvosberg/crypto-js.git"
},
"bugs": {
"url": "http://github.com/evanvosberg/crypto-js/issues"
},
"licenses": [{
"type": "New BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}],
"dependencies": {
},
"devDependencies": {
"underscore": "~1.4.4",
"handlebars": "~1.0.10",
"uglify-js": "~2.2.5",
"js-yaml": "~2.0.4",
"fs.extra": "~1.2.0",
"tar.gz": "~0.1.1",
"fmd": "~0.0.1"
},
"keywords": ["Hash", "MD5", "SHA1", "SHA-1", "SHA256", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64"]
}