Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/bitcore-lib/package.json

{
  "name": "bitcore-lib",
  "version": "8.25.47",
  "description": "A pure and powerful JavaScript Bitcoin library.",
  "author": "BitPay <dev@bitpay.com>",
  "main": "index.js",
  "scripts": {
    "test": "gulp test",
    "test:ci": "npm run test",
    "coverage": "gulp coverage",
    "build": "gulp",
    "pub": "npm run build && npm publish"
  },
  "keywords": [
    "bitcoin",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bitpay/bitcore/tree/master/packages/bitcore-lib"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "bech32": "=2.0.0",
    "bip-schnorr": "=0.6.4",
    "bn.js": "=4.11.8",
    "bs58": "^4.0.1",
    "buffer-compare": "=1.1.1",
    "elliptic": "^6.5.3",
    "inherits": "=2.0.1",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "bitcore-build": "^8.25.46",
    "brfs": "^2.0.1",
    "chai": "^4.2.0",
    "gulp": "^4.0.0",
    "sinon": "^7.1.1"
  },
  "license": "MIT",
  "gitHead": "f3f087afb489aa9e389d4c56e14b4ee6d6d0e4eb"
}
Back to Directory File Manager