-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
34 lines (34 loc) · 883 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
{
"name": "tilehut",
"version": "1.2.0",
"description": "a cozy home for your mbtiles",
"url": "https://github.com/b-g/tilehut",
"author": "mr. tilehut",
"contributors": [
"Benedikt Groß <b-g> (http://benedikt-gross.de/)",
"Joey Lee <joeyklee> (http://jk-lee.com/)",
"Stephan Bogner <bognerstephan> (http://stephanbogner.de/)",
"Stefan Landsbek <slandsbek> (http://47nord.de/)"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watch 'node server.js' ."
},
"dependencies": {
"@mapbox/mbtiles": "^0.11.0",
"body-parser": "^1.16.0",
"express": "^4.14.1"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "http://github.com/b-g/tilehut.git"
},
"devDependencies": {
"watch": "^1.0.1"
}
}