{
  "name": "bcoin-uro",
  "version": "0.14.2",
  "description": "Pure JavaScript cryptocurrency library for Uro - forked from BCoin",
  "main": "lib/bcoin-uro.js",
  "scripts": {
    "test": "mocha --reporter spec test/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:uro-/bcoin"
  },
  "keywords": [
    "bitcoin",
    "bcoin",
    "uro"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uro-/bcoin/issues"
  },
  "homepage": "https://github.com/uro-/bcoin",
  "dependencies": {
    "async": "^0.8.0",
    "bn.js": "^0.10.0",
    "elliptic": "^0.14.1",
    "hash.js": "^0.2.0",
    "inherits": "^2.0.1"
  },
  "devDependencies": {
    "browserify": "^3.44.2",
    "mocha": "^1.18.2"
  }
}
