{
  "name": "butk",
  "version": "0.15.8",
  "description": "A pure and powerful JavaScript DigiByte library.",
  "author": "But <dev@butcoin.tech>",
  "main": "index.js",
  "scripts": {
    "lint": "gulp lint",
    "test": "gulp test",
    "coverage": "gulp coverage",
    "build": "gulp"
  },
  "contributors": [
    "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": [
    "bitcoin",
    "but",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ButKoin/but-js.git"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "bn.js": "=4.11.8",
    "bower": "^1.8.12",
    "bs58": "=4.0.1",
    "elliptic": "=6.4.0",
    "inherits": "=2.0.1",
    "lodash": "^4.17.15",
    "node-rsa": "latest",
    "sffc-encoder": "^0.1.9"
  },
  "devDependencies": {
    "brfs": "^1.2.0",
    "but-build": "github:btczo/but-build",
    "chai": "^1.10.0",
    "gulp": "^3.9.1",
    "sinon": "^1.13.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ButKoin/but-js/issues"
  },
  "homepage": "https://github.com/ButKoin/but-js#readme",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  }
}
