1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "public-encrypt",
|
3 |
|
|
"version": "4.0.3",
|
4 |
|
|
"description": "browserify version of publicEncrypt & privateDecrypt",
|
5 |
|
|
"main": "index.js",
|
6 |
|
|
"browser": "browser.js",
|
7 |
|
|
"directories": {
|
8 |
|
|
"test": "test"
|
9 |
|
|
},
|
10 |
|
|
"scripts": {
|
11 |
|
|
"test": "node test/index.js | tspec",
|
12 |
|
|
"lint": "standard"
|
13 |
|
|
},
|
14 |
|
|
"repository": {
|
15 |
|
|
"type": "git",
|
16 |
|
|
"url": "https://github.com/crypto-browserify/publicEncrypt.git"
|
17 |
|
|
},
|
18 |
|
|
"author": "Calvin Metcalf",
|
19 |
|
|
"license": "MIT",
|
20 |
|
|
"bugs": {
|
21 |
|
|
"url": "https://github.com/crypto-browserify/publicEncrypt/issues"
|
22 |
|
|
},
|
23 |
|
|
"homepage": "https://github.com/crypto-browserify/publicEncrypt",
|
24 |
|
|
"dependencies": {
|
25 |
|
|
"bn.js": "^4.1.0",
|
26 |
|
|
"browserify-rsa": "^4.0.0",
|
27 |
|
|
"create-hash": "^1.1.0",
|
28 |
|
|
"parse-asn1": "^5.0.0",
|
29 |
|
|
"randombytes": "^2.0.1",
|
30 |
|
|
"safe-buffer": "^5.1.2"
|
31 |
|
|
},
|
32 |
|
|
"devDependencies": {
|
33 |
|
|
"standard": "^12.0.0",
|
34 |
|
|
"tap-spec": "^2.1.2",
|
35 |
|
|
"tape": "^3.0.3"
|
36 |
|
|
}
|
37 |
|
|
}
|