{
  "name": "simple-sha1",
  "version": "3.1.0",
  "description": "A simple api for generating sha1 hashes in node and the browser.",
  "main": "index.js",
  "browser": "browser.js",
  "react-native": "index.js",
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-local": "npm run test-node && npm run test-browser-local",
    "test-node": "tape test/*.js",
    "test-browser": "airtap -- test/*.js",
    "test-browser-local": "airtap --local -- test/*.js",
    "example": "beefy example.js",
    "benchmark": "beefy benchmark.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:michaelrhodes/simple-sha1.git"
  },
  "keywords": [
    "sha1",
    "rusha",
    "browser",
    "node",
    "browserify"
  ],
  "author": "Michael Rhodes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/michaelrhodes/simple-sha1/issues"
  },
  "homepage": "https://github.com/michaelrhodes/simple-sha1",
  "dependencies": {
    "queue-microtask": "^1.2.2",
    "rusha": "^0.8.13"
  },
  "devDependencies": {
    "airtap": "^3.0.0",
    "beefy": "^2.1.8",
    "benchmark": "^2.1.4",
    "git-sha1": "^0.1.2",
    "standard": "^16.0.3",
    "tape": "^5.2.0"
  }
}
