{
  "name": "browserify-sha3",
  "version": "0.0.5",
  "description": "node-sha3 compatability for browserify",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "node ./tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/mjbecze/browserify-sha3.git"
  },
  "keywords": [
    "sha3",
    "browserify"
  ],
  "author": "mjbecze <mjbecze@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/mjbecze/browserify-sha3/issues"
  },
  "homepage": "https://gitlab.com/mjbecze/browserify-sha3#readme",
  "devDependencies": {
    "sha3": "^2.0.6",
    "tape": "^4.11.0",
    "standard": "^13.1.0"
  },
  "dependencies": {
    "js-sha3": "^0.8.0",
    "safe-buffer": "^5.2.0"
  },
  "standard": {
    "ignore": [
      "/benchmark/"
    ]
  }
}
