{
  "name": "webcoin-dogecoin",
  "version": "0.1.1",
  "description": "Dogecoin parameters for webcoin",
  "main": "index.js",
  "scripts": {
    "test": "standard && tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephank/webcoin-dogecoin.git"
  },
  "author": "Stéphan Kochen <stephan@kochen.nl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stephank/webcoin-dogecoin/issues"
  },
  "homepage": "https://github.com/stephank/webcoin-dogecoin#readme",
  "dependencies": {
    "bitcoin-net": "git+https://github.com/stephank/bitcoin-net.git#master",
    "bitcoin-util": "^2.0.3",
    "bitcoinjs-lib": "^2.2.0",
    "blockchain-spv": "git+https://github.com/stephank/blockchain-spv.git#2.x",
    "bn.js": "^4.11.8",
    "buffer-reverse": "^1.0.1",
    "nan": "^2.8.0",
    "varstruct": "6",
    "varuint-bitcoin": "^1.0.4"
  },
  "devDependencies": {
    "level": "^2.1.1",
    "standard": "^10.0.3",
    "tape": "^4.8.0",
    "webcoin": "^2.2.2",
    "webcoin-param-tests": "^1.0.3"
  }
}
