bitcore-node-zcash/package.json

31 lines
673 B
JSON

{
"name": "bitcoind.js",
"description": "Node binding for bitcoind",
"author": "Christopher Jeffrey",
"version": "0.0.7",
"main": "./index.js",
"repository": "git://github.com/chjj/bitcoind.js.git",
"homepage": "https://github.com/chjj/bitcoind.js",
"bugs": {
"url": "https://github.com/chjj/bitcoind.js/issues"
},
"scripts": {
"preinstall": "./bin/build-libbitcoind remote",
"start": "node example"
},
"tags": [
"bitcoin",
"bitcoind"
],
"dependencies": {
"nan": "1.3.0",
"mkdirp": "0.5.0",
"tiny": "0.0.10"
},
"devDependencies": {
"mocha": "~1.16.2",
"optimist": "0.6.0",
"rimraf": "2.2.8"
}
}