-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 825 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 825 Bytes
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
{
"name": "keybase-proofs",
"version": "2.3.31",
"description": "Publicly-verifiable proofs of identity",
"main": "lib/main.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/keybase/proofs"
},
"keywords": [
"Keybase",
"PKI"
],
"directories": {
"lib": "lib/"
},
"author": "Maxwell Krohn",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/keybase/proofs/issues"
},
"dependencies": {
"bitcoyne": "^1.0.5",
"iced-error": ">=0.0.9",
"iced-lock": "^1.0.1",
"iced-runtime": ">=0.0.1",
"kbpgp": ">=2.1.13",
"pgp-utils": ">=0.0.22",
"purepack": "^1.0.4",
"triplesec": ">=3.0.16"
},
"devDependencies": {
"iced-coffee-script": "^108.0.11",
"iced-test": "0.0.22"
}
}