-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
42
43
44
45
46
{
"name": "csweb-tile",
"version": "0.1.2",
"description": "Wrapper around MapBox's TileLive application to offer a simple npm package for serving tile sources in csWeb.",
"main": "index.js",
"scripts": {
"test": "node test/app.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"bin": {
"csWeb-tile": "test/run.js"
},
"keywords": [
"csweb",
"tilelive"
],
"repository": {
"type": "git",
"url": "https://github.com/TNOCS/csWeb-tile"
},
"author": "Erik Vullings <erik.vulllings@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^1.5.2",
"carto": "^0.15.3",
"express": "^4.13.3",
"mapnik": "^3.5.2",
"mbtiles": "^0.8.2",
"md5": "^2.0.0",
"mkdirp": "^0.5.1",
"request": "^2.67.0",
"rimraf": "^2.5.1",
"tilejson": "^1.0.1",
"tilelive": "^5.11.0",
"tilelive-bridge": "^2.2.3",
"tilelive-http": "^0.10.0",
"tilelive-mapnik": "^0.6.17",
"tilelive-tmsource": "^0.4.3",
"tilelive-tmstyle": "^0.5.1",
"tilelive-utfgrid": "^0.2.0",
"tilelive-vector": "^3.8.0",
"snyk": "^1.192.3"
},
"snyk": true
}