-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 904 Bytes
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
{
"name": "mambo-tile-api",
"version": "1.0.0-SNAPSHOT",
"description": "Tile server for mambo using tilestrata",
"main": "index.js",
"dependencies": {
"@mapbox/mbtiles": "^0.9.0",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"chalk": "^2.3.2",
"cors": "^2.8.4",
"csv-parse": "^2.0.4",
"express": "^4.16.2",
"fetch": "^1.1.0",
"mongoose": "^5.0.8",
"node-cron": "^1.2.1",
"ora": "^2.0.0",
"sharp": "^0.19.1",
"stream-transform": "^1.0.2",
"tilestrata": "^2.1.2",
"tilestrata-dependency": "^0.5.1",
"tilestrata-disk": "^0.5.0",
"tilestrata-mapnik": "^0.4.1",
"tilestrata-proxy": "^0.5.1",
"tilestrata-sharp": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"start": "node $NODE_DEBUG_OPTION index",
"test": "echo \"No test specified\" && exit 0"
},
"author": "HAND Team",
"license": "Apache 2.0"
}