forked from olalonde/proof-of-assets
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "baproof",
"version": "0.0.1",
"description": "Tool to prove how many bitcoins someone controls. Intended for use as part of the blind-solvency-proof scheme.",
"main": "index.js",
"bin": {
"baproof": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/olalonde/bitcoin-asset-proof.git"
},
"keywords": [
"bitcoin",
"solvency",
"assets",
"asset",
"proof",
"cryptography"
],
"author": "Olivier Lalonde <olalonde@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "c54a83d26bea69ebad03cd14ddf0da2ea39dcddb",
"bugs": {
"url": "https://github.com/olalonde/bitcoin-asset-proof/issues"
},
"dependencies": {
"commander": "~2.1.0",
"bitcoin": "~2.0.1",
"async": "~0.2.10"
}
}