UNPKG

719 BJSONView Raw
1{
2 "name": "crypto-js",
3 "version": "4.2.0",
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 "Base64url"
36 ],
37 "main": "index.js",
38 "dependencies": {},
39 "browser": {
40 "crypto": false
41 }
42}