{
  "name": "tenzurajs-lib",
  "version": "1.0.0",
  "description": "Client-side Tenzura JavaScript library",
  "main": "./src/index.js",
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "tenzura",
    "browser",
    "client",
    "library"
  ],
  "contributors": [
    "underdarkskies",
    "MSFTserver"
  ],
  "scripts": {
    "coverage-report": "nyc report --reporter=lcov",
    "coverage-html": "nyc report --reporter=html",
    "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
    "integration": "mocha test/integration/",
    "standard": "standard",
    "test": "npm run standard && npm run coverage",
    "unit": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tenzura/tenzurajs-lib.git"
  },
  "files": [
    "src"
  ],
  "dependencies": {
    "bigi": "^1.4.0",
    "bip66": "^1.1.0",
    "bs58check": "^2.0.0",
    "coinselect": "^3.1.13",
    "create-hash": "^1.1.0",
    "create-hmac": "^1.1.3",
    "ecurve": "^1.0.0",
    "merkle-lib": "^2.0.10",
    "pushdata-tenzura": "^1.0.0",
    "randombytes": "^2.0.1",
    "safe-buffer": "^5.0.1",
    "tenzura-ops": "^1.0.0",
    "typeforce": "^1.8.7",
    "varuint-tenzura": "^1.0.0",
    "wif": "^2.0.1"
  },
  "devDependencies": {
    "async": "^2.0.1",
    "bip39": "^2.3.0",
    "bs58": "^4.0.0",
    "cb-http-client": "^0.2.0",
    "minimaldata": "github:raven-community/minimaldata#master",
    "mocha": "^3.1.0",
    "nyc": "^10.2.0",
    "proxyquire": "^1.4.0",
    "rvn-coinselect": "^1.0.0",
    "sinon": "^1.12.2",
    "standard": "^9.0.2"
  },
  "license": "MIT"
}
