{
  "name": "node-hashes",
  "version": "0.1.0",
  "description": "some of the more common uses of hash functions",
  "main": "index.js",
  "scripts": {
    "test": "mocha --require test/support/env --check-leaks --reporter spec --bail test/",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --check-leaks --reporter spec test/"
  },
  "engines": {
    "node": ">= 0.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liushoukai/node-hashes.git"
  },
  "keywords": [
    "hash",
    "hashes",
    "algorithm",
    "RS",
    "JS",
    "PJW",
    "ELF",
    "BKDR",
    "SDBM",
    "DJB",
    "DEK",
    "BP",
    "FNV",
    "AP",
    "MurmurHash3"
  ],
  "author": "liushoukai",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/liushoukai/node-hashes/issues"
  },
  "homepage": "https://github.com/liushoukai/node-hashes#readme",
  "devDependencies": {
    "benchmark": "^2.0.0",
    "chai": "^3.3.0",
    "istanbul": "^0.4.0",
    "mocha": "*"
  },
  "dependencies": {
    "nan": "^2.2.0"
  }
}
