This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
forked from stadtnavi/hsl-map-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.71 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
{
"name": "hsl-map-server",
"version": "1.0.0",
"description": "HSL map server",
"main": "config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HSLdevcom/hsl-map-server.git"
},
"author": "HSLdevcom",
"license": "(AGPL-3.0 OR EUPL-1.2)",
"bugs": {
"url": "https://github.com/HSLdevcom/hsl-map-server/issues"
},
"homepage": "https://github.com/HSLdevcom/hsl-map-server#readme",
"dependencies": {
"forever": "^3.0.0",
"@mapbox/mbtiles": "^0.12.1",
"tessera": "^0.13.1",
"@mapbox/tilejson": "^1.1.0",
"@mapbox/tilelive-vector": "^4.1.1",
"hsl-map-style": "hsldevcom/hsl-map-style#e872d922403fa6f597278cbb7ec15a2e085f37ec",
"tilelive-gl": "hsldevcom/tilelive-gl#2f61ec0da7e5b13ca547fa5350905f3c2a688813",
"tilelive-hsl-parkandride": "HSLdevcom/tilelive-hsl-parkandride",
"tilelive-hsl-ticket-sales": "HSLdevcom/tilelive-hsl-ticket-sales#482273fff26f83afc422898dad353f75f753c7ee",
"tilelive-http": "^0.14.0",
"tilelive-otp-routes": "HSLdevcom/tilelive-otp-routes",
"tilelive-hb-parking": "stadtnavi/tilelive-park-api#3a25d1136750efd914baa3999472ac70b65413e1",
"tilelive-cifs": "stadtnavi/tilelive-cifs#b7fe4f50a82cd015422a26cda76d0445b015db12",
"tilelive-weather-stations": "stadtnavi/tilelive-weather-stations#8949db5bf75a991b09bdee20274dc6fc7022b203",
"tilelive-bike-parks": "stadtnavi/tilelive-bike-parks#30796b8a23b5d7d6da11580e1fc756014f521372",
"tilelive-charging-stations": "stadtnavi/tilelive-charging-stations#5ba77fefca6fea31e2cde543c7084a6cb93b6f8b",
"tilelive-xray": "^0.4.0"
},
"resolutions": {
"@mapbox/mapbox-gl-native": "^5.0.2"
}
}