1
|
{
|
2
|
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
|
3
|
"name": "crypto-browserify",
|
4
|
"description": "implementation of crypto for the browser",
|
5
|
"version": "3.12.0",
|
6
|
"homepage": "https://github.com/crypto-browserify/crypto-browserify",
|
7
|
"repository": {
|
8
|
"type": "git",
|
9
|
"url": "git://github.com/crypto-browserify/crypto-browserify.git"
|
10
|
},
|
11
|
"scripts": {
|
12
|
"standard": "standard",
|
13
|
"test": "npm run standard && npm run unit",
|
14
|
"unit": "node test/",
|
15
|
"browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js"
|
16
|
},
|
17
|
"engines": {
|
18
|
"node": "*"
|
19
|
},
|
20
|
"dependencies": {
|
21
|
"browserify-cipher": "^1.0.0",
|
22
|
"browserify-sign": "^4.0.0",
|
23
|
"create-ecdh": "^4.0.0",
|
24
|
"create-hash": "^1.1.0",
|
25
|
"create-hmac": "^1.1.0",
|
26
|
"diffie-hellman": "^5.0.0",
|
27
|
"inherits": "^2.0.1",
|
28
|
"pbkdf2": "^3.0.3",
|
29
|
"public-encrypt": "^4.0.0",
|
30
|
"randombytes": "^2.0.0",
|
31
|
"randomfill": "^1.0.3"
|
32
|
},
|
33
|
"devDependencies": {
|
34
|
"hash-test-vectors": "~1.3.2",
|
35
|
"pseudorandombytes": "^2.0.0",
|
36
|
"safe-buffer": "^5.1.1",
|
37
|
"standard": "^5.0.2",
|
38
|
"tape": "~2.3.2",
|
39
|
"zuul": "^3.6.0"
|
40
|
},
|
41
|
"optionalDependencies": {},
|
42
|
"browser": {
|
43
|
"crypto": false
|
44
|
},
|
45
|
"license": "MIT"
|
46
|
}
|