{
  "name": "@gewelio/gewelcore-lib",
  "version": "0.1.1",
  "description": "A pure and powerful JavaScript Gewel library.",
  "author": "Gewel Developers <dev@gewel.io>",
  "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 Cousens",
      "email": "bitcoin@dcousens.com"
    },
    {
      "name": "Esteban Ordano",
      "email": "eordano@gmail.com"
    },
    {
      "name": "Gordon Hall",
      "email": "gordon@bitpay.com"
    },
    {
      "name": "Jeff Garzik",
      "email": "jgarzik@bitpay.com"
    },
    {
      "name": "Kyle Drake",
      "email": "kyle@kyledrake.net"
    },
    {
      "name": "Manuel Araoz",
      "email": "manuelaraoz@gmail.com"
    },
    {
      "name": "Matias Alejo Garcia",
      "email": "ematiu@gmail.com"
    },
    {
      "name": "Ryan X. Charles",
      "email": "ryanxcharles@gmail.com"
    },
    {
      "name": "Stefan Thomas",
      "email": "moon@justmoon.net"
    },
    {
      "name": "Stephen Pair",
      "email": "stephen@bitpay.com"
    },
    {
      "name": "Wei Lu",
      "email": "luwei.here@gmail.com"
    },
    {
      "name": "UdjinM6",
      "email": "UdjinM6@gmail.com"
    },
    {
      "name": "Adam",
      "email": "adam@gewel.io"
    },
    {
      "name": "Alex Werner",
      "email": "alex@werner.fr"
    }
  ],
  "keywords": [
    "gewel",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "multisig",
    "gewelcore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gewelio/gewelcore-lib.git"
  },
  "bugs": {
    "url": "https://github.com/gewelio/gewelcore-lib/issues"
  },
  "homepage": "https://github.com/gewelio/gewelcore-lib",
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "@dashevo/x11-hash-js": "^1.0.2",
    "@types/node": "^12.12.43",
    "bloom-filter": "^0.2.0",
    "bn.js": "=4.11.8",
    "bs58": "=4.0.1",
    "elliptic": "=6.4.1",
    "inherits": "=2.0.1",
    "lodash": "^4.17.15",
    "unorm": "^1.6.0"
  },
  "devDependencies": {
    "brfs": "^2.0.1",
    "chai": "^4.2.0",
    "eslint": "^5.11.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.20.2",
    "karma": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-detect-browsers": "^2.3.3",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-webpack": "^3.0.5",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "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"
}
