-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 892 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": "node-bitcoin-rpc",
"version": "1.1.2",
"description": "nodejs json-rpc for bitcoin",
"main": "./lib/index.js",
"scripts": {
"test": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drazisil/node-bitcoin-rpc.git"
},
"keywords": [
"jsonrpc",
"bitcoin"
],
"author": "Joseph W Becher <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/drazisil/node-bitcoin-rpc/issues"
},
"homepage": "https://github.com/drazisil/node-bitcoin-rpc#readme",
"devDependencies": {
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.3.0",
"gulp-standard": "^10.0.0",
"istanbul": "^0.4.0",
"mocha": "^3.2.0",
"nock": "^9.0.2",
"standard": "^10.0.0",
"mocha-junit-reporter": "^1.0"
}
}