{
  "name": "x11-hash-js",
  "version": "1.0.1",
  "description": "x11 javascript hashing algorithm in pure javascript",
  "main": "index.js",
  "scripts": {
    "build": "grunt",
    "test": "mocha --timeout 10000 --full-trace --check-leaks test/test.js && npm run build",
    "bench": "node test/benchmarks.js",
    "lint": "eslint index.js lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/quantumexplorer/x11-hash-js.git"
  },
  "keywords": [
    "x11",
    "keccak",
    "groestl",
    "echo",
    "skein",
    "blake",
    "bmw",
    "hash",
    "cubehash",
    "dash",
    "jh",
    "luffa",
    "shavite",
    "simd",
    "skein"
  ],
  "author": "quantumexplorer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/quantumexplorer/x11-hash-js/issues"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^13.3.0",
    "chai": "^3.5.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^10.2.1",
    "grunt": "^1.0.2",
    "grunt-browserify": "^5.3.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-uglify": "^1.0.2",
    "grunt-karma": "^2.0.0",
    "grunt-multi": "0.0.7",
    "karma": "^2.0.2",
    "karma-chai": "^0.1.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.4",
    "mocha": "^2.5.3",
    "phantomjs": "^2.1.7",
    "uglify": "^0.1.5"
  }
}
