-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 865 Bytes
/
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
{
"name": "osm-highways-compare",
"version": "1.0.0",
"description": "A tool to compute highway differences between two layers",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"@mapbox/tile-reduce": "^3.2.0",
"@mapbox/tilebelt": "^1.0.1",
"@turf/bbox": "^5.1.5",
"@turf/bbox-clip": "^5.1.5",
"@turf/bearing": "^5.1.5",
"@turf/boolean-point-on-line": "^5.1.5",
"@turf/helpers": "^6.0.0-beta.3",
"@turf/invariant": "^6.0.0-beta.3",
"@turf/length": "^5.1.5",
"@turf/line-offset": "^5.1.5",
"@turf/line-segment": "^5.1.5",
"@turf/meta": "^6.0.0-beta.3",
"@turf/nearest-point-on-line": "^5.1.5",
"geojson-rbush": "^2.2.1",
"minimist": "^1.2.0"
}
}