forked from cutting-room-floor/tilestream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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
{
"name": "tilestream",
"description": "A high performance tile server and simple web viewer for MBTiles files.",
"version": "1.0.0",
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "[email protected]"
},
"main": "./index",
"repositories": [{
"type": "git",
"url": "http://github.com/mapbox/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"
}
}