boost-geospatial-index
Version:
A bridge to the C++ boost::geometry library, allowing to index and query geospatial shapes
40 lines (39 loc) • 972 B
JSON
{
"name": "boost-geospatial-index",
"main": "index.js",
"version": "1.4.0",
"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",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/kuzzleio/boost-geospatial-index.git"
},
"dependencies": {
"bindings": "1.5.0",
"nan": "2.23.1"
},
"devDependencies": {
"eslint-plugin-kuzzle": "0.0.15",
"node-gyp": "12.1.0",
"semantic-release-config-kuzzle": "1.1.2",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/release-notes-generator": "14.1.0"
},
"engines": {
"node": ">= 4.4.5",
"npm": ">= 2.14.4"
},
"license": "Apache-2.0"
}