UNPKG

664 BJSONView Raw
1{
2 "name": "crypto-js",
3 "version": "3.1.9-1",
4 "description": "JavaScript library of crypto standards.",
5 "license": "MIT",
6 "author": {
7 "name": "Evan Vosberg",
8 "url": "http://github.com/evanvosberg"
9 },
10 "homepage": "http://github.com/brix/crypto-js",
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/brix/crypto-js.git"
14 },
15 "keywords": [
16 "security",
17 "crypto",
18 "Hash",
19 "MD5",
20 "SHA1",
21 "SHA-1",
22 "SHA256",
23 "SHA-256",
24 "RC4",
25 "Rabbit",
26 "AES",
27 "DES",
28 "PBKDF2",
29 "HMAC",
30 "OFB",
31 "CFB",
32 "CTR",
33 "CBC",
34 "Base64"
35 ],
36 "main": "index.js",
37 "dependencies": {}
38}