{
  "name": "boost-geospatial-index",
  "main": "index.js",
  "version": "1.1.2",
  "author": "The Kuzzle Team <support@kuzzle.io>",
  "description": "A bridge to the C++ boost::geometry library, allowing to index and query geospatial shapes",
  "keywords": [
    "rtree",
    "rstar",
    "geospatial",
    "geoshape",
    "kuzzle"
  ],
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kuzzleio/boost-geospatial-index.git"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.0"
  },
  "devDependencies": {
    "node-gyp": "^6.1.0"
  },
  "engines": {
    "node": ">= 4.4.5",
    "npm": ">= 2.14.4"
  },
  "license": "Apache-2.0"
}
