cryptorescuecore-node
Version:
Full node with extended capabilities using cryptorescuecore and CryptoRescue
83 lines (82 loc) • 2.43 kB
JSON
{
"name": "cryptorescuecore-node",
"description": "Full node with extended capabilities using cryptorescuecore and CryptoRescue",
"author": "BitPay <dev@bitpay.com>",
"version": "3.1.3",
"main": "./index.js",
"repository": "git://github.com/cryptorescue-project/cryptorescuecore-node.git",
"homepage": "https://github.com/cryptorescue-project/cryptorescuecore-node",
"bugs": {
"url": "https://github.com/cryptorescue-project/cryptorescuecore-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"
}
],
"bin": {
"cryptorescuecore-node": "./bin/cryptorescuecore-node",
"cryptorescued": "./bin/cryptorescued"
},
"scripts": {
"test": "mocha -R spec --recursive",
"regtest": "./scripts/regtest",
"jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",
"coverage": "istanbul cover _mocha -- --recursive",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"tags": [
"cryptorescue",
"cryptorescued"
],
"dependencies": {
"async": "^1.3.0",
"cryptorescued-rpc": "cryptorescue-project/cryptorescued-rpc",
"cryptorescuecore-lib": "cryptorescue-project/cryptorescuecore-lib",
"body-parser": "^1.13.3",
"colors": "^1.1.2",
"commander": "^2.8.1",
"errno": "^0.1.4",
"express": "^4.13.3",
"liftoff": "^2.2.0",
"lru-cache": "^4.0.1",
"mkdirp": "0.5.0",
"path-is-absolute": "^1.0.0",
"semver": "^5.0.1",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"zeromq": "^4.6.0"
},
"peerDependencies": {
},
"optionalDependencies": {
"bufferutil": "~1.2.1",
"utf-8-validate": "~4.0.1"
},
"devDependencies": {
"benchmark": "1.0.0",
"cryptorescuecore-p2p": "cryptorescue-project/cryptorescuecore-p2p",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5",
"proxyquire": "^1.3.1",
"rimraf": "^2.4.2",
"sinon": "^1.15.4"
},
"license": "MIT"
}