-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "skynet-data",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-docker": "docker build -t developmentseed/skynet-data ."
},
"keywords": [],
"author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net/)",
"license": "ISC",
"dependencies": {
"@mapbox/tile-reduce": "^3.1.1",
"@turf/bbox": "^3.7.0",
"@turf/inside": "^3.7.0",
"geojson-stream": "0.0.1",
"hex-rgb": "^1.0.0",
"jpeg-js": "^0.2.0",
"mbtiles": "^0.8.2",
"minimist": "^1.2.0",
"pngjs": "^2.2.0",
"queue-async": "^1.2.1",
"rgb-hex": "^1.0.0",
"split": "^1.0.0",
"through2": "^2.0.1",
"tile-reduce": "^3.1.1",
"tilebelt": "^1.0.1",
"tilejson": "^1.0.1",
"tilelive": "^5.12.2",
"tilelive-vector": "^3.9.2",
"turf-bbox-polygon": "^3.0.12"
},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2"
}
}