{ "name": "mbtiles", "version": "0.2.4", "description": "Utilities and tilelive integration for the MBTiles format.", "url": "http://github.com/mapbox/node-mbtiles", "author": { "name": "MapBox", "url": "http://mapbox.com/", "email": "info@mapbox.com" }, "keywords": ["map", "mbtiles"], "licenses": [{ "type": "BSD" }], "main": "./lib/mbtiles", "bin": { "mbcheck": "./bin/mbcheck", "mbcompact": "./bin/mbcompact", "mbpipe": "./bin/mbpipe", "mbrekey": "./bin/mbrekey" }, "repositories": [{ "type": "git", "url": "http://github.com/mapbox/node-mbtiles.git" }], "contributors": [ "Tom MacWright ", "Will White ", "Dane Springmeyer ", "Young Hahn ", "Konstantin Käfer " ], "dependencies": { "underscore": "~1.3.3", "step": "~0.0.5", "optimist": "~0.3.1", "sqlite3": "~2.1.1", "sphericalmercator": "~1.0.1" }, "devDependencies": { "expresso": "~0.9.0" }, "engines": { "node": ">= 0.6.0" }, "scripts": { "test": "expresso" } }