{
  "name": "panacea-js",
  "version": "1.0.5",
  "description": "A Javascript library for sending Panacea transactions from the server or browser",
  "main": "index.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "build:browserify": "browserify index.js -o app.js",
    "clean:browserify": "shx rm app.js",
    "build:docs": "jsdoc -c jsdoc.json",
    "clean:docs": "shx rm -r ./docs",
    "lint": "eslint .",
    "test": "mocha test/panacea.js test/*/*"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panacea-coin/panacea-js.git"
  },
  "homepage": "https://github.com/panacea-coin/panacea-js",
  "keywords": [
    "panacea",
    "api",
    "blockchain",
    "cryptocurrency",
    "transaction"
  ],
  "bugs": {
    "url": "https://github.com/panacea-coin/panacea-js/issues"
  },
  "contributors": [
    "Michael Fioretti <michaelfioretti1@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "bigi": "^1.4.2",
    "bip66": "^1.1.5",
    "browserify-bignum": "^1.3.0-2",
    "bs58check": "^2.0.2",
    "buffer": "^5.0.8",
    "bytebuffer": "^5.0.1",
    "create-hash": "^1.1.3",
    "create-hmac": "^1.1.6",
    "crypto-browserify": "^3.12.0",
    "ecdsa": "^0.7.0",
    "ecurve": "^1.0.5",
    "js-nacl": "^1.2.2",
    "randombytes": "^2.0.5",
    "secp256k1": "^3.3.0",
    "typeforce": "^1.11.7",
    "wif": "^2.0.6"
  },
  "devDependencies": {
    "browserify": "^14.4.0",
    "eslint": "^4.10.0",
    "jsdoc": "^3.5.5",
    "marked": "^0.3.12",
    "mocha": "^4.0.1",
    "proxyquire": "^1.8.0",
    "should": "^13.1.3",
    "shx": "^0.2.2",
    "sinon": "^4.1.1",
    "sinon-test": "^2.1.2"
  },
  "author": "Michael Fioretti"
}
