{
  "name": "bitcore-node-res",
  "description": "Full node with extended capabilities using Bitcore and Res",
  "author": "BitPay <dev@bitpay.com>",
  "version": "3.1.2",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/whiteknightrader/bitcore-node-res.git"
  },
  "homepage": "https://github.com/whiteknightrader/bitcore-node-res",
  "bugs": {
    "url": "https://github.com/whiteknightrader/bitcore-node-res/issues"
  },
  "contributors": [
    "Christopher Jeffrey",
    "Braydon Fuller <braydon@bitpay.com>",
    "Chris Kleeschulte <chrisk@bitpay.com>",
    "Patrick Nagurny <patrick@bitpay.com>",
    "Jack Grigg <jack@z.cash>",
    "Simon Liu <simon@z.cash>",
    "Ian Munoz <ian.org@gmail.com>",
    "White Knight <whiteknigtrader@gmail.com>"
  ],
  "bin": {
    "bitcore-node": "./bin/bitcore-node"
  },
  "scripts": {
    "test": "mocha -R spec --recursive",
    "regtest": "./scripts/regtest",
    "jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",
    "coverage": "istanbul cover _mocha -- --recursive",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "tags": [
    "Res",
    "Resistance"
  ],
  "dependencies": {
    "async": "^1.3.0",
    "bitcoind-rpc": "^0.6.0",
    "bitcore-lib-zcash": "github:zcash-hackworks/bitcore-lib-zcash",
    "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",
    "npm": "^2.14.1",
    "path-is-absolute": "^1.0.0",
    "semver": "^5.0.1",
    "socket.io": "^1.4.5",
    "socket.io-client": "^1.4.5",
    "zmq": "^2.14.0",
    "bufferutil": "~1.2.1",
    "utf-8-validate": "~1.2.1"
  },
  "optionalDependencies": {
    "bufferutil": "~1.2.1",
    "utf-8-validate": "~1.2.1"
  },
  "devDependencies": {
    "benchmark": "1.0.0",
    "bitcore-p2p": "^1.1.0",
    "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",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  },
  "keywords": [
    "res",
    "resistance"
  ]
}