{
  "name": "bitcore-lib-mue2",
  "version": "8.3.0",
  "description": "A pure and powerful JavaScript Bitcore MUE library.",
  "author": "BitPay <dev@bitpay.com>",
  "main": "index.js",
  "scripts": {
    "lint": "gulp lint",
    "test": "gulp test",
    "test:ci": "npm run test",
    "coverage": "gulp coverage",
    "build": "gulp"
  },
  "keywords": [
    "bitcoin",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bitpay/bitcore-lib/tree/mue"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "bitcore-lib": "^8.3.0",
    "bn.js": "=4.11.8",
    "bs58": "^4.0.1",
    "buffer-compare": "=1.1.1",
    "elliptic": "=6.4.0",
    "inherits": "=2.0.1",
    "lodash": "=4.17.11"
  },
  "devDependencies": {
    "base-x": "=3.0.4",
    "bitcore-build": "^8.3.0",
    "brfs": "^2.0.1",
    "chai": "^4.2.0",
    "gulp": "^4.0.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "sinon": "^7.1.1"
  },
  "license": "MIT",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  }
}
