{
  "name": "bitcoin-faucet",
  "version": "0.2.0",
  "description": "Easy Bitcoin faucet to help with testing applications.",
  "main": "index.js",
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jprichardson/bitcoin-faucet"
  },
  "keywords": [
    "bitcoin",
    "testnet",
    "faucet",
    "testing",
    "bitcoin faucet"
  ],
  "author": "JP Richardson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jprichardson/bitcoin-faucet/issues"
  },
  "homepage": "https://github.com/jprichardson/bitcoin-faucet",
  "dependencies": {
    "bip39": "^2.1.2",
    "cb-insight": "^0.1.0",
    "chalk": "^1.0.0",
    "coininfo": "^0.4.0",
    "coinkey": "^1.4.0",
    "express": "^4.12.3",
    "fs-extra": "^0.18.2",
    "hdkey": "^0.4.0",
    "spend": "0.0.1"
  },
  "bin": {
    "bitcoin-faucet": "./index.js"
  },
  "preferGlobal": true,
  "devDependencies": {
    "standard": "^3.7.3"
  }
}
