{
  "name": "bitcore-lib-butk",
  "version": "8.25.10",
  "description": "A pure and powerful JavaScript Litecoin library.",
  "author": "BitPay <dev@bitpay.com>",
  "main": "index.js",
  "scripts": {
    "test": "gulp --tasks && gulp test",
    "test:ci": "npm run test",
    "coverage": "gulp coverage",
    "build": "gulp",
    "pub": "npm run build && npm publish"
  },
  "contributors": [
    "Charlie Lee <coblee@litecoin.org>",
    "Daniel Cousens <bitcoin@dcousens.com>",
    "Esteban Ordano <eordano@gmail.com>",
    "Gordon Hall <gordon@bitpay.com>",
    "Jeff Garzik <jgarzik@bitpay.com>",
    "Kyle Drake <kyle@kyledrake.net>",
    "Manuel Araoz <manuelaraoz@gmail.com>",
    "Matias Alejo Garcia <ematiu@gmail.com>",
    "Ryan X. Charles <ryanxcharles@gmail.com>",
    "Stefan Thomas <moon@justmoon.net>",
    "Stephen Pair <stephen@bitpay.com>",
    "Wei Lu <luwei.here@gmail.com>"
  ],
  "keywords": [
    "litecoin",
    "bitcoin",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ButKoin/butkcore-butk.git"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "bech32": "=1.1.3",
    "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",
    "scryptsy": "2.1.0"
  },
  "devDependencies": {
    "bitcore-build": "^8.25.10",
    "brfs": "^2.0.1",
    "chai": "^4.2.0",
    "gulp": "^4.0.0",
    "sinon": "^7.1.1"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ButKoin/butkcore-butk/issues"
  },
  "homepage": "https://github.com/ButKoin/butkcore-butk#readme",
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
