Files
node-mbtiles/package.json

41 lines
1.0 KiB
JSON

{
"name": "mbtiles",
"version": "0.0.3",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
"keywords": ["map", "mbtiles"],
"licenses": [{ "type": "BSD" }],
"main": "./index",
"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 <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>"
],
"dependencies": {
"optimist": "0.2.x",
"sqlite3": "2.0.x",
"step": "0.0.x",
"sphericalmercator": "1.0.x",
"get": "0.3.x",
"underscore": "1.1.x",
"zlib": "1.0.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "expresso"
}
}