bitcoind-rpc
Version:
Bitcoin Client Library to connect to Bitcoin Core via RPC
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "bitcoind-rpc",
"description": "Bitcoin Client Library to connect to Bitcoin Core via RPC",
"version": "0.9.1",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"contributors": [
{
"name": "Jeff Garzik",
"email": "jgarzik@bitpay.com"
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
}
],
"keywords": [
"bitcoin",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcoind-rpc"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha test -R spec",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --recursive"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"istanbul": "^0.4.5",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
},
"bugs": {
"url": "https://github.com/bitpay/bitcoind-rpc/issues"
},
"homepage": "https://github.com/bitpay/bitcoind-rpc"
}