{
  "name": "sha512-es",
  "version": "1.8.2",
  "description": "Cryptographic hash library producing a 512-bit (64-byte) hash value",
  "main": "./build/sha512-es.min.js",
  "scripts": {
    "lint": "eslint *.babel.js src test",
    "build": "rimraf build && webpack -p",
    "perf": "babel-node perf/Perf.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/logotype/es-crypto.git"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.0.0",
    "eslint-plugin-babel": "^4.0.1",
    "jest": "^20.0.4",
    "json-loader": "^0.5.4",
    "rimraf": "^2.5.4",
    "webpack": "^2.6.1",
    "yargs": "^8.0.2"
  },
  "keywords": [
    "SHA512",
    "SHA-512",
    "SHA-2",
    "SHA-2 512",
    "ES2015"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/logotype/es-crypto/issues"
  },
  "homepage": "https://github.com/logotype/es-crypto#readme"
}
