-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "openroads-tiler",
"version": "2.5.1",
"description": "Generates render tiles from an OSM API v0.6 DB",
"main": "index.js",
"author": "Development Seed <[email protected]>",
"license": "MIT",
"scripts": {
"start": "nf start"
},
"dependencies": {
"@mapbox/geojson-merge": "^1.1.1",
"@mapbox/mapbox-tile-copy": "^7.7.0",
"@turf/buffer": "^5.1.5",
"@turf/distance": "^4.5.2",
"@turf/helpers": "^4.5.2",
"@turf/inside": "^5.0.0",
"@turf/length": "^5.1.5",
"@turf/midpoint": "^4.5.2",
"@turf/nearest": "^4.5.2",
"@turf/points-within-polygon": "^5.1.5",
"JSONStream": "^1.3.1",
"bluebird": "^3.5.0",
"csv-parser": "^1.11.0",
"csv-stringify": "^4.3.1",
"d3-dsv": "^1.0.8",
"flat": "^4.0.0",
"geojson-geometries-lookup": "^0.2.5",
"geojson-stream": "^0.0.1",
"group-stream": "^3.0.0",
"lodash": "^4.17.10",
"networkmatch": "https://github.com/dereklieu/networkmatch.git#master",
"reproject": "^1.1.1",
"sorted-merge-stream": "^1.0.1",
"stream-collect": "^1.3.1",
"through2": "^2.0.3",
"tilelive-s3": "4.1.1",
"tl": "^0.9.0",
"turf-linestring": "^1.0.2",
"wellknown": "^0.5.0"
},
"devDependencies": {
"foreman": "^2.0.0",
"mbview": "^2.0.1"
}
}