{
  "name": "blockbird",
  "version": "0.2.0",
  "description": "JavaScript library for sending Bpl transactions from the client or server",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/bpl.js test/*/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blockpool.io/bpl-js.git"
  },
  "author": "Raj Singh <rsingh@blockpool.io>, FX Thoorens <fx@ark.io>, Guillaume Verbal <doweig@ark.io>, Boris Povod <boris@crypti.me>, Oliver Beddows <oliver@lisk.io>",
  "license": "MIT",
  "dependencies": {
    "bigi": "^1.4.2",
    "bip66": "^1.1.4",
    "browserify-bignum": "=1.3.0-2",
    "bs58check": "^1.1.1",
    "buffer": "=4.9.1",
    "bytebuffer": "=5.0.1",
    "create-hmac": "^1.1.4",
    "crypto-browserify": "=3.11.0",
    "ecdsa": "^0.7.0",
    "ecurve": "^1.0.5",
    "js-nacl": "tonyg/js-nacl#6dc1417",
    "mocha": "=3.1.0",
    "randombytes": "^2.0.3",
    "secp256k1": "^3.2.2",
    "typeforce": "^1.10.3",
    "wif": "^2.0.4"
  },
  "devDependencies": {
    "proxyquire": "^1.7.10",
    "should": "=11.1.0",
    "sinon": "^1.17.7"
  }
}
