-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "tileserver",
"version": "1.0.0",
"description": "A tilelive-based tile server",
"main": "tileserver.js",
"author": {
"name": "hanchao",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hanchao/TileServer.git"
},
"dependencies": {
"tiletype": "0.1.x",
"sqlite3": "~3.1.0",
"sphericalmercator": "~1.0.1",
"tilelive": "~5.9.0",
"mbtiles": "~0.8.1",
"mapnik": "3.4.9",
"tilelive-mapnik": "^0.6.11",
"tilelive-overlay": "^0.6.0",
"tilejson": "^0.10.0",
"tilelive-bridge": "~2.1.0",
"tilelive-vector": "~3.5.0",
"tilelive-file": "^0.0.3",
"locking-cache": "^0.2.0",
"express": "~4.2.0",
"minimist": "~0.2.0",
"progress-stream": "~0.5.x",
"queue-async": "~1.0.7",
"tilelive-cache": "0.4.x"
},
"devDependencies": {
"mocha": "1.3.x"
},
"bin": {
"tileserver": "./tileserver.js",
"tilecopy": "./tilecopy.js"
},
"scripts": {
"test": "mocha -R spec"
}
}