bitcore-node-zcash/package.json

62 lines
1.4 KiB
JSON

{
"name": "bitcore-node",
"description": "Full node with extended capabilities using Bitcore and Bitcoin Core",
"author": "BitPay <dev@bitpay.com>",
"version": "0.2.0",
"main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node.js",
"bugs": {
"url": "https://github.com/bitpay/bitcore-node/issues"
},
"contributors": [
{
"name": "Christopher Jeffrey"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Chris Kleeschulte",
"email": "chrisk@bitpay.com"
},
{
"name": "Patrick Nagurny",
"email": "patrick@bitpay.com"
}
],
"scripts": {
"preinstall": "./bin/build-libbitcoind",
"install": "./bin/build-bindings",
"start": "node example",
"test": "NODE_ENV=test mocha --recursive",
"coverage": "istanbul cover _mocha -- --recursive"
},
"tags": [
"bitcoin",
"bitcoind"
],
"dependencies": {
"async": "1.3.0",
"bindings": "^1.2.1",
"chainlib": "^0.1.1",
"errno": "^0.1.2",
"memdown": "^1.0.0",
"mkdirp": "0.5.0",
"nan": "1.3.0",
"tiny": "0.0.10"
},
"devDependencies": {
"benchmark": "1.0.0",
"bitcoin": "^2.3.2",
"bitcoind-rpc": "^0.3.0",
"bitcore": "^0.12.12",
"chai": "^3.0.0",
"mocha": "~1.16.2",
"proxyquire": "^1.3.1",
"rimraf": "^2.4.2",
"sinon": "^1.15.4"
}
}