forked from mapbox/tilelive-mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 856 Bytes
/
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
{
"name": "@koordinates/tilelive-mapnik",
"version": "1.0.0",
"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>",
"Blake Thompson <flippmoke>"
],
"dependencies": {
"step": "~0.0.5",
"generic-pool": "~2.4.0",
"@koordinates/mapnik": "^4.99.32",
"mime": "^2.4.0"
},
"devDependencies": {
"mocha": "2.x"
},
"scripts": {
"test": "mocha -R spec --timeout 10000"
}
}