-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
47
48
49
50
51
52
53
{
"name": "tilestrata-sample-demo",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "cross-env cross-env NODE_ENV=local nodemon ./src/start.js"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-generic-session": "^2.0.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-redis": "^3.1.3",
"koa-router": "^7.4.0",
"log4js": "^3.0.6",
"mapnik": "^4.2.0",
"mongoose": "^5.4.0",
"sharp": "^0.22.1",
"tilestrata": "^2.1.2",
"tilestrata-blend": "^0.3.4",
"tilestrata-dependency": "^0.5.1",
"tilestrata-disk": "^0.5.0",
"tilestrata-etag": "^0.1.1",
"tilestrata-gm": "^0.3.0",
"tilestrata-headers": "^0.3.0",
"tilestrata-jsonp": "^0.1.4",
"tilestrata-lru": "^0.2.0",
"tilestrata-mapnik": "^0.4.1",
"tilestrata-postgis-geojson-tiles": "0.0.2",
"tilestrata-postgismvt": "github:Stezii/tilestrata-postgismvt",
"tilestrata-sharp": "^1.0.0",
"tilestrata-underzoom": "^1.3.0",
"tilestrata-vtile": "^0.5.3",
"tilestrata-vtile-composite": "^0.2.0",
"tilestrata-vtile-raster": "^0.5.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.0"
}
}