{
  "name": "bip32-utils",
  "version": "0.11.1",
  "description": "A set of utilities for working with BIP32.",
  "author": "Daniel Cousens",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitcoinjs/bip32-utils.git"
  },
  "bugs": {
    "url": "https://github.com/bitcoinjs/bip32-utils/issues"
  },
  "homepage": "https://github.com/bitcoinjs/bip32-utils",
  "keywords": [
    "bip32-utils",
    "bip32",
    "bip44",
    "account",
    "chain",
    "discovery",
    "gap",
    "bitcoinjs",
    "bitcoin"
  ],
  "scripts": {
    "coverage-report": "nyc report --reporter=lcov",
    "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit",
    "standard": "standard",
    "test": "npm run standard && npm run coverage",
    "unit": "tape test/*.js"
  },
  "devDependencies": {
    "bitcoinjs-lib": "^3.0.0",
    "keccak": "^1.3.0",
    "nyc": "*",
    "standard": "*",
    "tape": "*"
  },
  "peerDependencies": {
    "bitcoinjs-lib": "^3.0.0"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
