{
  "name": "@gohelpfund/helpcore-lib",
  "version": "0.16.9",
  "description": "A pure and powerful JavaScript Help library.",
  "author": "Help Core Group, Inc. <contact@gohelpfund.com>",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "npm run build && npm run test:node && npm run test:browser",
    "test:node": "mocha $NODE_DEBUG_OPTION --no-timeouts --recursive",
    "test:browser": "karma start ./karma.conf.js --single-run",
    "coverage": "nyc mocha --recursive",
    "build": "webpack --display-error-details"
  },
  "contributors": [
    {
      "name": "Daniel Tirzuman",
      "email": "daniel.tirzuman@gohelpfund.com"
    }
  ],
  "keywords": [
    "gohelpfund",
    "help",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig",
    "helpcore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gohelpfund/helpcore-lib.git"
  },
  "bugs": {
    "url": "https://github.com/gohelpfund/helpcore-lib/issues"
  },
  "homepage": "https://github.com/gohelpfund/helpcore-lib",
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "@gohelpfund/x11-hash-js": "^1.0.2",
    "bn.js": "=4.11.8",
    "bs58": "=4.0.1",
    "elliptic": "=6.4.1",
    "inherits": "=2.0.1",
    "lodash": "^4.17.11",
    "minify": "^4.1.1",
    "unorm": "^1.4.1"
  },
  "devDependencies": {
    "brfs": "^2.0.1",
    "chai": "^4.2.0",
    "eslint": "^5.11.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "karma": "^3.1.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-detect-browsers": "^2.3.3",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-webpack": "^3.0.5",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "raw-loader": "^0.5.1",
    "sinon": "^4.5.0",
    "transform-loader": "^0.2.4",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "webpack": "^3.12.0"
  },
  "license": "MIT"
}
