{
  "_from": "bitcore-node-thought@^3.1.6",
  "_id": "bitcore-node-thought@3.1.6",
  "_inBundle": false,
  "_integrity": "sha1-m0hd0gxF6UjU6nXtSBosP1Vk9Jc=",
  "_location": "/bitcore-node-thought",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bitcore-node-thought@^3.1.6",
    "name": "bitcore-node-thought",
    "escapedName": "bitcore-node-thought",
    "rawSpec": "^3.1.6",
    "saveSpec": null,
    "fetchSpec": "^3.1.6"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_spec": "bitcore-node-thought@^3.1.6",
  "_where": "/Users/zachpelkey/Development/testNode",
  "author": {
    "name": "BitPay",
    "email": "dev@bitpay.com"
  },
  "bin": {
    "bitcore-node": "./bin/bitcore-node",
    "bitcoind": "./bin/bitcoind"
  },
  "bugs": {
    "url": "https://github.com/bitpay/bitcore-node/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Zachary Pelkey",
      "email": "zach@pelkey.io"
    },
    {
      "name": "Christopher Jeffrey"
    },
    {
      "name": "Braydon Fuller",
      "email": "braydon@bitpay.com"
    },
    {
      "name": "Chris Kleeschulte",
      "email": "chrisk@bitpay.com"
    },
    {
      "name": "Patrick Nagurny",
      "email": "patrick@bitpay.com"
    }
  ],
  "dependencies": {
    "async": "^1.3.0",
    "bitcore-lib-thought": "^0.13.13",
    "body-parser": "^1.13.3",
    "bufferutil": "~1.2.1",
    "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",
    "utf-8-validate": "~1.2.1",
    "zmq": "^2.14.0"
  },
  "deprecated": false,
  "description": "Full node with extended capabilities using Bitcore and Thought Core",
  "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"
  },
  "homepage": "https://github.com/bitpay/bitcore-node",
  "license": "MIT",
  "main": "./index.js",
  "name": "bitcore-node-thought",
  "optionalDependencies": {
    "bufferutil": "~1.2.1",
    "utf-8-validate": "~1.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bitpay/bitcore-node.git"
  },
  "scripts": {
    "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",
    "jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",
    "preinstall": "./scripts/download",
    "regtest": "./scripts/regtest",
    "test": "mocha -R spec --recursive",
    "verify": "./scripts/download --skip-bitcoin-download --verify-bitcoin-download"
  },
  "tags": [
    "thought network",
    "bitcoind"
  ],
  "version": "3.1.6"
}
