npm-bitcoin
Version:
Communicate with bitcoind via JSON-RPC
45 lines • 959 B
JSON
{
"name": "npm-bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "0.0.1",
"main": "lib/index.js",
"keywords": [
"bitcoin",
"npm-bitcoin",
"rpc",
"bitcoin-rpc"
],
"author": "Anu Suresh <anunsk2007@gmail.com>",
"contributors": [
{
"name": "Anu Suresh",
"email": "anunsk2007@gmail.com"
}
],
"dependencies": {},
"devDependencies": {
"clone": "^1.0.2",
"mocha": "^2.3.3",
"standard": "^5.3.1"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/anunsk2007/npm-bitcoin.git"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"pretest": "standard --verbose",
"test": "make test"
},
"bugs": {
"url": "https://github.com/anunsk2007/npm-bitcoin/issues"
},
"homepage": "https://github.com/anunsk2007/npm-bitcoin#readme",
"directories": {
"test": "test"
},
"license": "Unlicense"
}