forked from mapbox/mbview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 985 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
39
40
41
42
43
44
{
"name": "mbview",
"version": "1.15.2",
"description": "Watch mbtiles in your localhost",
"bin": {
"mbview": "./cli.js"
},
"main": "server.js",
"scripts": {
"lint": "eslint *.js test/",
"pretest": "npm run lint",
"test": "tape test/*.test.js",
"start": "node cli.js"
},
"keywords": [
"localhost",
"mapbox",
"mbtiles"
],
"author": "Rodolfo Wilhelmy <[email protected]> (http://wilhel.me)",
"license": "MIT",
"devDependencies": {
"eslint": "^2.13.1",
"supertest": "^1.2.0",
"tape": "^4.5.1"
},
"dependencies": {
"d3-queue": "^2.0.3",
"ejs": "^2.4.1",
"express": "^4.13.4",
"mbtiles": "^0.9.0",
"minimist": "^1.2.0",
"object-assign": "^4.1.0",
"open": "0.0.5"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mbview.git"
},
"bugs": {
"url": "https://github.com/mapbox/mbview/issues"
},
"homepage": "https://github.com/mapbox/mbview#readme"
}