-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (71 loc) · 2.18 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "kartozoa",
"version": "0.0.1",
"description": "Simple Kartotherian Tile Server Remix",
"main": "./app.js",
"scripts": {
"start": "service-runner",
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/zoondka/kartozoa.git"
},
"keywords": [
"REST",
"API",
"vector",
"tile server"
],
"author": "Lucas Leblow <[email protected]>",
"contributors": [
"Yuri Astrakhan <[email protected]>",
"Max Semenik <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zoondka/kartozoa/issues"
},
"homepage": "https://github.com/zoondka/kartozoa",
"dependencies": {
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"bunyan": "^1.5.1",
"cassandra-uuid": "^0.0.2",
"compression": "^1.6.1",
"domino": "^1.0.21",
"express": "^4.13.3",
"underscore": "^1.8.3",
"js-yaml": "^3.5.2",
"preq": "^0.4.8",
"service-runner": "^0.3.8",
"mapnik": "~3.4.0",
"tilelive": "~5.12.0",
"tilelive-bridge": "~2.2.3",
"tilelive-vector": "~3.7.0",
"kartotherian-core": "git+https://github.com/kartotherian/kartotherian-core.git",
"kartotherian-autogen": "git+https://github.com/kartotherian/kartotherian-autogen.git",
"kartotherian-demultiplexer": "git+https://github.com/kartotherian/kartotherian-demultiplexer.git",
"kartotherian-cassandra": "git+https://github.com/kartotherian/kartotherian-cassandra.git",
"kartotherian-layermixer": "git+https://github.com/kartotherian/kartotherian-layermixer.git",
"kartotherian-overzoom": "git+https://github.com/kartotherian/kartotherian-overzoom.git",
"osm-bright-source": "git+https://github.com/kartotherian/osm-bright.tm2source.git",
"osm-bright-style": "git+https://github.com/kartotherian/osm-bright.tm2.git",
"leaflet": "~0.7.7"
},
"devDependencies": {
"extend": "^3.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"mocha-jshint": "^2.2.6",
"mocha-lcov-reporter": "^1.0.0",
"swagger-router": "^0.3.4"
},
"deploy": {
"target": "debian",
"dependencies": {
"_all": []
}
}
}