UNPKG

boost-geospatial-index

Version:

A bridge to the C++ boost::geometry library, allowing to index and query geospatial shapes

46 lines (45 loc) 1.21 kB
{ "name": "boost-geospatial-index", "main": "index.js", "version": "1.3.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.22.0" }, "devDependencies": { "@commitlint/cli": "19.6.1", "@commitlint/config-conventional": "19.6.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/release-notes-generator": "14.0.3", "cz-conventional-changelog": "3.3.0", "eslint": "8.49.0", "node-gyp": "11.0.0", "semantic-release-config-kuzzle": "1.0.0", "semantic-release-slack-bot": "4.0.2" }, "engines": { "node": ">= 4.4.5", "npm": ">= 2.14.4" }, "license": "Apache-2.0" }