bitcore-node-zcash/package.json

28 lines
591 B
JSON
Raw Normal View History

2014-08-12 12:03:04 -07:00
{
"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": {
2014-09-25 10:59:36 -07:00
"nan": "1.3.0",
"bn.js": "^0.10.0"
2014-08-12 12:03:04 -07:00
},
"devDependencies": {
2014-09-25 15:22:48 -07:00
"mocha": "~1.16.2",
"optimist": "0.6.0"
2014-08-12 12:03:04 -07:00
}
}