41 lines
892 B
JSON
41 lines
892 B
JSON
{
|
|
"name": "@mempool/bitcoin",
|
|
"description": "Communicate with bitcoind via JSON-RPC",
|
|
"version": "3.0.2",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"rpc"
|
|
],
|
|
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
|
|
"contributors": [
|
|
"Sean Lavine <sean@eternalrise.com>"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"clone": "^1.0.2",
|
|
"mocha": "^2.3.3",
|
|
"standard": "^5.3.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mempool/node-bitcoin.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"scripts": {
|
|
"pretest": "standard --verbose",
|
|
"test": "make test"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mempool/node-bitcoin/issues"
|
|
},
|
|
"homepage": "https://github.com/mempool/node-bitcoin#readme",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"license": "Unlicense"
|
|
}
|