{
  "name": "nd-geohash-core",
  "version": "0.4.1",
  "description": "A Node addon providing geospatial indexing support to databases.",
  "main": "index.js",
  "private": false,
  "gypfile": true,
  "scripts": {
    "install": "node-pre-gyp reinstall --fallback-to-build",
    "test": "jshint index.js && tap --tap test/*.js"
  },
  "dependencies": {
    "node-pre-gyp": "^0.6.29",
    "bindings": "~1.2.0",
    "nan": "^2.0.0",
    "lodash": "^4.0.0"
  },
  "bundledDependencies": [
    "node-pre-gyp"
  ],
  "engines": {
    "node": "*"
  },
  "binary": {
    "module_name": "_nd-geohash-core",
    "module_path": "./build/Release",
    "host": "https://nascentdigital.com",
    "remote_path": "./{name}/v{version}",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
  }
}
