{
  "name": "node-bloomfilter",
  "version": "0.1.3",
  "description": "A native bloomfilter lib using 64bit murmur hash.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/talrasha007/node-bloomfilter.git"
  },
  "keywords": [
    "bloomfilter"
  ],
  "author": "Tal Rasha",
  "license": "MIT",
  "gypfile": true,
  "homepage": "https://github.com/talrasha007/node-bloomfilter#readme",
  "dependencies": {
    "nan": "^2.7.0",
    "nnu": "^0.2.0"
  }
}
