-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.1 KB
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
45
46
47
48
49
{
"name": "@mapbox/mbview",
"version": "4.0.0",
"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 <rwilhelmy@gmail.com> (http://wilhel.me)",
"license": "MIT",
"devDependencies": {
"@mapbox/eslint-config-mapbox": "^2.0.1",
"eslint": "^6.4.0",
"eslint-plugin-node": "^10.0.0",
"supertest": "^4.0.2",
"tape": "^4.11.0"
},
"dependencies": {
"@mapbox/mbtiles": "^0.11.0",
"d3-queue": "^3.0.7",
"ejs": "^2.7.1",
"express": "^4.17.1",
"minimist": "^1.2.0",
"object-assign": "^4.1.1",
"open": "^6.4.0"
},
"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",
"engines": {
"node": ">=8.10"
}
}