forked from mapbox/tilelive
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.17 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
{
"name" : "tilelive",
"version" : "4.5.3",
"main" : "./lib/tilelive.js",
"description" : "Frontend for various tile backends, mapnik and mbtiles",
"url" : "http://github.com/mapbox/tilelive.js",
"keywords" : ["map", "server", "mapnik", "tms"],
"licenses" : [{
"type": "BSD"
}],
"repository": {
"type": "git",
"url": "http://github.com/mapbox/tilelive.js.git"
},
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "info@mapbox.com"
},
"contributors": [
"Tom MacWright <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>",
"Konstantin Käfer <kkaefer>"
],
"dependencies": {
"optimist": "~0.6.0",
"sphericalmercator": "~1.0.1"
},
"devDependencies": {
"mbtiles": "~0.2.8",
"tilejson": "~0.6.0",
"tilelive-mapnik": "~0.6.2"
},
"bin": {
"tilelive-copy": "./bin/copy"
},
"engines": {
"node": ">= 0.6.0 < 0.11.0"
},
"scripts": {
"test": "mocha -R spec -t 10000"
}
}