forked from keybase/kbpgp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "kbpgp",
"description": "Keybase's PGP Implementation",
"keywords": [
"crypto",
"pgp",
"keybase"
],
"author": "Maxwell Krohn",
"version": "2.0.77",
"license": "BSD-3-Clause",
"main": "./lib/main.js",
"directories": {
"lib": "lib/"
},
"homepage": "http://github.com/keybase/kbpgp",
"bugs": "https://github.com/keybase/kbpgp/issues",
"repository": {
"type": "git",
"url": "git://github.com/keybase/kbpgp.git"
},
"dependencies": {
"bn": "^1.0.0",
"bzip-deflate": "^1.0.0",
"deep-equal": ">=0.2.1",
"iced-error": ">=0.0.10",
"iced-lock": "^1.0.2",
"iced-runtime": "^1.0.3",
"keybase-ecurve": "^1.0.0",
"keybase-nacl": "^1.0.0",
"minimist": "^1.2.0",
"pgp-utils": ">=0.0.34",
"purepack": ">=1.0.4",
"triplesec": ">=3.0.19",
"tweetnacl": "^0.13.1"
},
"devDependencies": {
"browserify": "^15.0.0",
"colors": "0.6.2",
"iced-coffee-script": "108.0.11",
"iced-test": ">=0.0.21",
"icsify": "^0.7.0",
"minimist": "0.0.8",
"optimist": "0.6.1",
"uglify-js": "^2.4.13"
},
"scripts": {
"test": "make test"
}
}