forked from urbit/urbit-bitcoin-rpc
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
27 lines (27 loc) · 1.02 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
{
"name": "urbit-bitcoin-rpc",
"version": "1.0.0",
"description": "*TODO* Make test vectors for these addresses: curl http://localhost:50002/addresses/info/bc1qm7cegwfd0pvv9ypvz5nhstage00xkxevtrpshc curl http://localhost:50002/addresses/info/bc1qlwd7mw33uea5m8r2lsnsrkc7gp2qynrxsfxpfm curl http://localhost:50002/addresses/info/bc1qglkc9zfcn04vcc88nn0ljtxcpu5uxfznc3829k :: first is an address w balance :: second has no balance but is used :: third is unused",
"main": "index.js",
"dependencies": {
"bignumber.js": "^9.0.1"
},
"devDependencies": {
"bitcoinjs-lib": "^5.2.0",
"express": "^4.17.1",
"request": "^2.88.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timlucmiptev/urbit-bitcoin-rpc.git"
},
"author": "\\",
"license": "ISC",
"bugs": {
"url": "https://github.com/timlucmiptev/urbit-bitcoin-rpc/issues"
},
"homepage": "https://github.com/timlucmiptev/urbit-bitcoin-rpc#readme"
}