forked from florianf/tilelive
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.25 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.25 KB
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
{
"name": "tilelive",
"version": "5.14.0",
"main": "./lib/tilelive.js",
"description": "Frontend for various tile backends, mapnik and mbtiles",
"url": "http://github.com/tilemill-project/tilelive.js",
"keywords": [
"map",
"server",
"mapnik",
"tms"
],
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "http://github.com/tilemill-project/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.1",
"@mapbox/sphericalmercator": "1.1.0"
},
"devDependencies": {
"@mapbox/mbtiles": "0.10.0",
"@mapbox/tilejson": "1.1.0",
"@mapbox/tilelive-mapnik": "1.0.0",
"mocha": "*"
},
"bin": {
"tilelive-copy": "./bin/copy"
},
"engines": {
"node": ">= 0.6.0 < 0.11.0"
},
"scripts": {
"test": "mocha -R spec -t 10000"
}
}