UNPKG

mbview

Version:

Watch mbtiles in your localhost

45 lines (44 loc) 993 B
{ "name": "mbview", "version": "2.0.1", "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": { "eslint": "^2.13.1", "supertest": "^1.2.0", "tape": "^4.5.1" }, "dependencies": { "@mapbox/mbtiles": "^0.10.0", "d3-queue": "^2.0.3", "ejs": "^2.4.1", "express": "^4.13.4", "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" }