-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "tilelive-gridshift",
"version": "0.0.1",
"description": "Generate vector tiles showing shift between nad27 and nad83.",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@mapbox/tilelive": "^6.0.0",
"@mapbox/sphericalmercator": "~1.1.0",
"@turf/bearing": "~5.1.5",
"@turf/distance": "~5.1.5",
"debug": "^4.0.0",
"geojson-vt": "~3.2.1",
"vt-pbf": "~3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trailbehind/tilelive-gridshift.git"
},
"keywords": [
"tilelive"
],
"_npmUser": {
"name": "jessecrocker",
"email": "jesse@gaiagps.com"
},
"author": "Jesse Crocker",
"maintainers": [
{
"name": "Jesse Crocker",
"email": "jesse@gaiagps.com"
}
],
"bugs": {
"url": "https://github.com/trailbehind/tilelive-gridshift/issues"
},
"homepage": "https://github.com/trailbehind/tilelive-gridshift#readme"
}