-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 918 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": "mintcast",
"@version": "0.0.1",
"@description": "generate vector, raster mbtiles and configure json files for GeoTiff, NetCDF and already-tiled map resources",
"scripts": {
"bin/install.sh": "install mintcast to /usr/local/bin",
"bin/mintcast.sh": "the main script"
},
"dependencies": {
"gdal": {"same": true, "version": ""},
"tippecanoe": {
"same": false,
"git": "https://github.com/mapbox/tippecanoe.git",
"osx":{
"install": "brew install tippecanoe"
},
"other": {
"dependencies":"yum install -y make sqlite-devel zlib-devel bash git gcc-c++",
"install": "make -j && make install"
},
},
"mysql":{"same":true}
},
"keywords": [
"mintmap"
],
"repository": "[email protected]:limbov8/Mint-Map-Automated-Script.git",
"author": "limbov8 <[email protected]>",
"devDependencies": {}
}