-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.08 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
54
55
{
"name": "trailpack-mapnik",
"version": "0.5.23",
"description": "Mapnik Tile Server with Trails.js",
"homepage": "http://trailsjs.io",
"author": {
"name": "Langa Team",
"email": "[email protected]",
"url": "https://github.com/langateam"
},
"main": "index.js",
"keywords": [
"trailpack",
"trails",
"trailjs",
"mapnik",
"tilelive",
"mapserver",
"geoserver",
"tiles",
"gis",
"postgis",
"gdal",
"map",
"wms"
],
"dependencies": {
"@langa/mapnik": "latest",
"@langa/tilelive-mapnik": "latest",
"aws-sdk": "2.3.19",
"lodash": "^4.15.0",
"lodash.clonedeep": "^4.3.2",
"tilelive": "^5.12.2",
"trailpack": "^2"
},
"devDependencies": {
"lodash": "^4.11.1",
"trails": "^2",
"eslint": "^2.4",
"eslint-config-trails": "^2",
"mocha": "^2.4.5",
"smokesignals": "^1.0.9"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 6.2.1"
},
"eslintConfig": {
"extends": "trails"
},
"repository": "langateam/trailpack-mapnik",
"license": "MIT"
}