-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 854 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
{
"name": "vt-stacker",
"version": "0.0.1",
"description": "A tool for creating vector tiles from multiple sources such as shapefiles, geojson, and remote vector tile services.",
"homepage": "https://github.com/markeberhart/vt-stacker/blob/master/README.md",
"main": "./index.js",
"scripts": {},
"files": [
"bin",
"cmds",
"examples",
"index.js"
],
"author": "Mark C. Eberhart",
"license": "MIT",
"preferGlobal": true,
"bin": {
"vtstacker": "./bin/vtstacker"
},
"dependencies": {
"args": "^5.0.1",
"finalhandler": "~1.1.2",
"geojson-vt": "^3.2.1",
"mapshaper": "0.4.125",
"open": "^6.4.0",
"serve-static": "~1.14.1",
"shelljs": "^0.8.3",
"vt-pbf": "https://github.com/mapbox/vt-pbf.git"
}
}