-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "kbpgp",
"description": "Keybase's PGP Implementation",
"keywords": [
"crypto",
"pgp",
"keybase"
],
"author": "Maxwell Krohn",
"version": "2.1.16",
"license": "BSD-3-Clause",
"types": "./index.d.ts",
"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.5",
"bzip-deflate": "^1.0.0",
"deep-equal": "^1.1.0",
"iced-error": "0.0.13",
"iced-lock": "^1.0.2",
"iced-runtime": "^1.0.4",
"keybase-ecurve": "^1.0.1",
"keybase-nacl": "^1.1.2",
"minimist": "^1.2.0",
"pgp-utils": "0.0.35",
"purepack": "^1.0.5",
"triplesec": "^4.0.3",
"tweetnacl": "^0.13.1"
},
"devDependencies": {
"browserify": "^16.5.0",
"colors": "0.6.2",
"iced-coffee-script": "108.0.11",
"iced-test": "0.0.30",
"icsify": "^0.8.0",
"uglify-js": "^2.8.29"
},
"scripts": {
"test": "make test"
}
}