forked from mapbox/tilelive-mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name" : "tilelive-mapnik",
"version" : "0.6.14",
"main" : "./lib/mapnik_backend.js",
"description" : "Mapnik backend for tilelive",
"url" : "http://github.com/mapbox/tilelive-mapnik",
"keywords" : ["map", "server", "mapnik", "tms"],
"licenses" : [{
"type": "BSD"
}],
"repository": {
"type": "git",
"url": "http://github.com/mapbox/tilelive-mapnik.git"
},
"contributors": [
"Tom MacWright <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>"
],
"dependencies": {
"step" : "~0.0.5",
"generic-pool": "~2.1.1",
"mapnik": ">=0.7.25 && <4.0.0",
"mime" : "~1.2.11",
"sphericalmercator": "~1.0.2"
},
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.8.0 < 0.11.0 || >= 0.11.13 < 0.13.0"
},
"scripts": {
"test": "mocha -R spec --timeout 10000"
}
}