{
  "name": "@cryptobridge/bitcoin-address-generator",
  "version": "1.0.0",
  "description": "Generates Bitcoin Address From XPUBS (BIP44 and BIP49)",
  "main": "address-gen.js",
  "scripts": {
    "test": "mocha",
    "pretest": "eslint '**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CryptoBridge/bitcoin-address-generator.git"
  },
  "keywords": [
    "XPUBS",
    "BIP49",
    "BIP44"
  ],
  "author": "CoinMan",
  "license": "ISC",
  "private": false,
  "bugs": {
    "url": "https://github.com/CryptoBridge/bitcoin-address-generator/issues"
  },
  "homepage": "https://github.com/CryptoBridge/bitcoin-address-generator#readme",
  "dependencies": {
    "bip32": "^1.0.2",
    "bitcoinjs-lib": "^4.0.1"
  },
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "eslint": "^5.3.0",
    "eslint-config-strongloop": "^2.1.0",
    "eslint-plugin-react": "^7.10.0",
    "mocha": "^5.2.0"
  }
}
