bitcore-node-zcash/package.json

28 lines
591 B
JSON

{
"name": "bitcoind.js",
"description": "Node binding for bitcoind",
"author": "Christopher Jeffrey",
"version": "0.0.0",
"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": {
"test": "NODE_ENV=test mocha -R spec"
},
"tags": [
"bitcoin",
"bitcoind"
],
"dependencies": {
"nan": "1.3.0",
"bn.js": "^0.10.0"
},
"devDependencies": {
"mocha": "~1.16.2",
"optimist": "0.6.0"
}
}