forked from cutting-room-floor/tilestream
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "tilestream",
"description": "A high performance tile server and simple web viewer for MBTiles files.",
"version": "1.0.1-panzerfahrer",
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "info@mapbox.com"
},
"contributors": [
{"name": "panzerfahrer", "url": "https://github.com/panzerfahrer"}
],
"main": "./index",
"repositories": [{
"type": "git",
"url": "http://github.com/panzerfahrer/tilestream.git"
}],
"engines": {
"node": "0.4.x"
},
"dependencies": {
"bones": "1.3.x",
"step": "0.0.4",
"tilelive": "~4.1.0",
"mbtiles": "~0.1.8",
"sphericalmercator": "1.0.0",
"underscore": "1.1.x",
"wax": "4.1.3",
"modestmaps": "0.21.0"
},
"devDependencies": {
"expresso" : ">= 0.7.6"
},
"scripts": {
"start": "./index.js",
"test": "expresso"
},
"bin": {
"tilestream": "./index.js"
}
}