{
  "name": "coinselectsyscoin",
  "version": "1.0.83",
  "description": "A transaction input selection module for syscoin.",
  "keywords": [
    "coinselect",
    "coin",
    "unspents",
    "wallet",
    "BIP32",
    "management",
    "utxo",
    "transaction",
    "fee",
    "optimization",
    "optimizing",
    "bitcoin",
    "syscoin"
  ],
  "homepage": "https://github.com/syscoin/coinselectsyscoin",
  "bugs": {
    "url": "https://github.com/syscoin/coinselectsyscoin/issues"
  },
  "license": "MIT",
  "author": "Jagdeep Sidhu",
  "email": "jsidhu@blockchainfoundry.co",
  "files": [
    "bn-extensions.js",
    "accumulative.js",
    "blackjack.js",
    "break.js",
    "index.js",
    "split.js",
    "utils.js"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/syscoin/coinselectsyscoin.git"
  },
  "scripts": {
    "coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js",
    "standard": "standard",
    "test": "npm run standard && npm run unit",
    "unit": "tape test/*.js"
  },
  "devDependencies": {
    "nyc": "^15.1.0",
    "standard": "*",
    "tape": "^5.0.1"
  },
  "dependencies": {
    "bitcoin-ops": "^1.4.1",
    "bitcoinjs-lib": "^5.2.0",
    "bn.js": "^5.1.3"
  }
}
