forked from developmentseed/vt-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
46
47
48
49
50
51
52
{
"name": "vt-grid",
"version": "3.3.0",
"description": "Build up a pyramid of vector tiles by aggregating quantitative data into grids at lower zooms.",
"bin": "./cli.js",
"scripts": {
"test": "standard && tap --coverage test/*.js test/lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anandthakker/vt-grid.git"
},
"author": "Anand Thakker <[email protected]> (http://anandthakker.net/)",
"license": "ISC",
"standard": {
"ignore": [
"lib/geojson-wrapper.js"
]
},
"dependencies": {
"debug": "^2.2.0",
"geojson-polygon-aggregate": "^1.4.1",
"geojson-vt": "^2.1.7",
"lodash.range": "^3.0.1",
"lodash.throttle": "^3.0.4",
"mbtiles": "^0.8.0",
"pbf": "^1.3.2",
"point-geometry": "0.0.0",
"progress": "^1.1.8",
"queue-async": "^1.0.7",
"run-parallel": "^1.1.4",
"run-series": "^1.1.4",
"run-waterfall": "^1.1.3",
"split": "^1.0.0",
"tile-cover": "^3.0.1",
"tilebelt": "^0.7.1",
"tilelive": "^5.9.1",
"turf-bbox-polygon": "^1.0.1",
"uniq": "^1.0.1",
"vector-tile": "^1.1.3",
"vt-pbf": "^2.0.0",
"xtend": "^4.0.0",
"yargs": "^3.15.0"
},
"devDependencies": {
"fs-extra": "^0.24.0",
"oam-browser-filters": "^2.0.0",
"tap": "^2.0.0",
"tmp": "0.0.28",
"vt-geojson": "^2.0.0"
}
}