{
  "name": "neo-blockchain-bin",
  "version": "0.0.63",
  "keywords": [
    "neo",
    "blockchain"
  ],
  "description": "NEO Blockchain binaries.",
  "repository": "https://github.com/neotracker/neo-blockchain",
  "bugs": "https://github.com/neotracker/neo-blockchain/issues",
  "license": "MIT",
  "bin": {
    "neo-blockchain": "./lib/bin/neo-blockchain"
  },
  "main": "./dist/index.js",
  "module": "./dist/es.js",
  "dependencies": {
    "babel-polyfill": "^7.0.0-beta.3",
    "commander": "^2.11.0",
    "lodash": "^4.17.4",
    "neo-blockchain-client": "^0.0.63",
    "neo-blockchain-core": "^0.0.59",
    "neo-blockchain-full-node": "^0.0.63",
    "neo-blockchain-neo-settings": "^0.0.59",
    "neo-blockchain-node-core": "^0.0.62",
    "neo-blockchain-offline": "^0.0.62",
    "rxjs": "^5.5.2",
    "winston": "^3.0.0-rc1"
  }
}
