{
  "name": "browserify-sign",
  "version": "4.0.0",
  "description": "adds node crypto signing for browsers",
  "main": "index.js",
  "browser": "browser.js",
  "scripts": {
    "unit": "node test/index.js | tspec",
    "standard": "standard",
    "test": "npm run standard && npm run unit"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/crypto-browserify/browserify-sign.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bn.js": "^4.1.1",
    "browserify-rsa": "^4.0.0",
    "create-hash": "^1.1.0",
    "create-hmac": "^1.1.2",
    "elliptic": "^6.0.0",
    "inherits": "^2.0.1",
    "parse-asn1": "^5.0.0"
  },
  "devDependencies": {
    "tap-spec": "^1.0.1",
    "tape": "^3.0.3",
    "standard": "^5.0.0"
  }
}
