forked from HSLdevcom/hsl-map-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 937 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": "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": {
"mbtiles": "hannesj/node-mbtiles#patch-1",
"tessera": "^0.14.1",
"tilejson": "^1.0.1",
"tilelive-gl": "hsldevcom/tilelive-gl#2f61ec0da7e5b13ca547fa5350905f3c2a688813",
"tilelive-http": "^0.14.0",
"tilelive-otp-citybikes": "5Tsrl/tilelive-otp-citybikes#dev",
"tilelive-otp-stops": "HSLdevcom/tilelive-otp-stops",
"tilelive-vector": "^3.9.3",
"tilelive-xray": "^0.4.0"
}
}