UNPKG

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