-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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": "forge-sigchain",
"version": "1.0.10",
"description": "A library for testing Keybase's sigchain-processing software",
"main": "lib/main.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/keybase/node-forge-sigchain"
},
"bin": {
"forge-sigchain": "./bin/main.js"
},
"keywords": [
"Keybase",
"sigchain"
],
"author": "Maxwell Krohn",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/keybase/node-forge-sigchain/issues"
},
"homepage": "https://github.com/keybase/node-forge-sigchain",
"dependencies": {
"cson": "^3.0.1",
"iced-coffee-script": "^108.0.13",
"iced-error": "0.0.9",
"iced-lock": "^1.0.1",
"iced-logger": "0.0.6",
"iced-runtime": "^1.0.2",
"iced-utils": "^0.1.22",
"json5": "^0.4.0",
"kbpgp": "^2.1.13",
"keybase-bitcoinjs-lib": "^1.0.2-1",
"keybase-proofs": "^2.3.21",
"minimist": "^1.1.1",
"tweetnacl": "^0.13.1"
},
"devDependencies": {
"browserify": "^16.2.3",
"glob": "^7.1.1",
"iced-test": "0.0.21",
"icsify": "^0.7.0",
"pgp-utils": "0.0.34",
"purepack": "^1.0.4"
}
}