{
  "name": "hashset-cpp",
  "main": "./build/Release/hashset-cpp",
  "version": "2.2.1",
  "description": "",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "node-gyp": "^4.0.0",
    "pre-commit": "^1.1.2",
    "cppunitlite": "^1.0.0",
    "nan": "^2.2.1"
  },
  "scripts": {
    "build": "make",
    "install": "node-gyp rebuild",
    "test": "make test",
    "lint": "./scripts/cpplint.py"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bbondy/hashset-cpp.git"
  },
  "author": "Brian R. Bondy <netzen@gmail.com> (http://www.brianbondy.com)",
  "license": "MPL-2.0",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/bbondy/hashset-cpp/issues"
  },
  "homepage": "https://github.com/bbondy/hashset-cpp#readme",
  "pre-commit": [
    "lint"
  ]
}
