bitcore-node-zcash/package.json

26 lines
542 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-02 19:28:20 -07:00
"nan": "1.3.0"
2014-08-12 12:03:04 -07:00
},
"devDependencies": {
"mocha": "~1.16.2"
}
}