forked from cutting-room-floor/tilestream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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.1.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.8.x || 0.10.x"
},
"dependencies": {
"jsdom":"https://github.com/springmeyer/jsdom-nogyp/tarball/c501ee8b71d8",
"xmlhttprequest": "1.5.0",
"backbone":"0.3.3",
"jquery":"1.6.3",
"express":"2.5.11",
"connect":"1.9.2",
"bones": "1.3.29",
"step": "0.0.5",
"tilelive": "4.5.3",
"mbtiles": "0.2.9",
"sphericalmercator": "1.0.2",
"underscore": "1.6.0",
"wax": "6.4.2",
"modestmaps": "3.3.5"
},
"scripts": {
"start": "./index.js",
"test": "expresso"
},
"bin": {
"tilestream": "./index.js"
}
}