-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
37 lines (37 loc) · 901 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
31
32
33
34
35
36
37
{
"name": "tessera",
"version": "0.15.5",
"description": "A tilelive-based tile server",
"main": "lib/app.js",
"bin": "bin/tessera.js",
"author": "Seth Fitzsimmons <[email protected]>",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/mojodna/tessera.git"
},
"scripts": {
"prepublish": "npm install bower && bower install"
},
"dependencies": {
"@mapbox/sphericalmercator": "^1.2.0",
"@mapbox/tilelive": "^6.1.0",
"bower": "^1.8.14",
"cachecache": "^1.0.3",
"clone": "^2.1.2",
"commander": "^8.2.0",
"cors": "^2.8.5",
"debug": "^3.2.7",
"express": "^4.17.2",
"handlebars": "^4.0.12",
"morgan": "^1.10.0",
"response-time": "^2.3.2",
"tilelive-cache": "^0.7.2",
"tilelive-modules": "^0.4.2"
},
"overrides": {
"@mapbox/tilelive": {
"minimist": "1.2.6"
}
}
}