
glyph-pbf-composite v0.0.2 were released without license as license were added in v0.0.3 it nice to be updated to licensed software version
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "tileserver-gl",
|
|
"version": "3.0.0",
|
|
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
|
|
"main": "src/main.js",
|
|
"bin": "src/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/maptiler/tileserver-gl.git"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=10 <11"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/**.js --timeout 10000",
|
|
"docker": "docker build -f Dockerfile . && docker run --rm -i -p 8080:80 $(docker build -q .)"
|
|
},
|
|
"dependencies": {
|
|
"@mapbox/glyph-pbf-composite": "0.0.3",
|
|
"@mapbox/mapbox-gl-native": "5.0.2",
|
|
"@mapbox/mapbox-gl-style-spec": "13.9.1",
|
|
"@mapbox/mbtiles": "0.11.0",
|
|
"@mapbox/sphericalmercator": "1.1.0",
|
|
"@mapbox/vector-tile": "1.3.1",
|
|
"advanced-pool": "0.3.3",
|
|
"canvas": "2.6.1",
|
|
"chokidar": "3.3.1",
|
|
"clone": "2.1.2",
|
|
"color": "3.1.2",
|
|
"commander": "4.0.1",
|
|
"cors": "2.8.5",
|
|
"esm": "3.2.25",
|
|
"express": "4.17.1",
|
|
"handlebars": "4.5.3",
|
|
"http-shutdown": "1.2.1",
|
|
"morgan": "1.9.1",
|
|
"pbf": "3.2.1",
|
|
"proj4": "2.6.0",
|
|
"request": "2.88.0",
|
|
"sharp": "0.23.4",
|
|
"tileserver-gl-styles": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^6.2.2",
|
|
"should": "^13.2.3",
|
|
"supertest": "^4.0.2"
|
|
}
|
|
}
|