-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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"
}