{
  "name": "btcnanod-rpc",
  "description": "Btcnano Client Library to connect to Btcnano Core via RPC",
  "version": "0.1.0",
  "author": {
    "name": "Jack chen",
    "email": "278910933@qq.com"
  },
  "contributors": [
    {
      "name": "Jack chen",
      "email": "jackchen1615@gmail.com"
    },
    {
      "name": "Jeff Garzik",
      "email": "jgarzik@bitpay.com"
    },
    {
      "name": "Manuel Araoz",
      "email": "manuelaraoz@gmail.com"
    },
    {
      "name": "Matias Alejo Garcia",
      "email": "ematiu@gmail.com"
    },
    {
      "name": "Braydon Fuller",
      "email": "braydon@bitpay.com"
    }
  ],
  "keywords": [
    "btcnano",
    "bitcoin",
    "rpc"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bitcoinnano/btcnanod-rpc"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha test -R spec",
    "coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --recursive"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "chai": "^1.10.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2"
  },
  "bugs": {
    "url": "https://github.com/bitcoinnano/btcnanod-rpc/issues"
  },
  "homepage": "https://github.com/bitcoinnano/btcnanod-rpc"
}
