forked from mapbox/vtquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "@mapbox/vtquery",
"version": "0.6.0",
"description": "Get features from Mapbox Vector Tiles from a lng/lat query point",
"url": "http://github.com/mapbox/vtquery",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git@github.com:mapbox/vtquery.git"
},
"scripts": {
"test": "UV_THREADPOOL_SIZE=1 tape test/*.test.js",
"install": "node install.js",
"installOriginal": "node-pre-gyp install --fallback-to-build",
"docs": "documentation readme lib/index.js --section=API"
},
"author": "Mapbox",
"license": "ISC",
"dependencies": {
"node-addon-api": "^4.3.0",
"@mapbox/node-pre-gyp": "^1.0.8",
"@mapbox/mason-js": "^0.1.5"
},
"devDependencies": {
"@mapbox/mvt-fixtures": "3.7.0",
"aws-sdk": "^2.1074.0",
"d3-queue": "^3.0.7",
"minimist": ">=1.2.5",
"tape": "^4.5.2"
},
"binary": {
"module_name": "module",
"module_path": "./lib/binding/",
"host": "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path": "./{name}/v{version}/{configuration}/{toolset}/",
"package_name": "{platform}-{arch}.tar.gz"
}
}