{
  "name": "node-cityhash",
  "version": "0.0.1",
  "description": "Cityhash for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/standard && node-gyp rebuild && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidCai1993/cityhash.git"
  },
  "author": "DavidCai1993",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/DavidCai1993/cityhash/issues"
  },
  "homepage": "https://github.com/DavidCai1993/cityhash#readme",
  "dependencies": {
    "bindings": "^1.3.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "power-assert": "^1.4.4",
    "standard": "^10.0.3"
  }
}
