-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "chain-unofficial",
"version": "1.3.4",
"description": "a wrapper around chain's api. Conforms to a standard derived from bitcoind and common-blockchain",
"main": "index.js",
"scripts": {
"test": "source .env && node test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewmalta13/chain-unofficial"
},
"keywords": [
"blockchain",
"api",
"common-blockchain",
"bitcoind",
"standard",
"bitcoin",
"chain",
"chain.com"
],
"maintainers": [
"Andrew Malta <[email protected]>",
"Howard Wu <[email protected]>"
],
"author": "Andrew Malta <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewmalta13/chain-unofficial/issues"
},
"homepage": "https://github.com/andrewmalta13/chain-unofficial",
"devDependencies": {
"abstract-common-blockchain": "^0.1.5",
"async": "^1.3.0",
"tape": "^4.0.0"
},
"dependencies": {
"abstract-common-blockchain": "^0.2.0",
"assert": "^1.3.0",
"async": "^1.3.0",
"bitcoin-tx-hex-to-json": "0.0.3",
"chain-node": "^3.1.2",
"tape": "^4.0.0"
}
}