Files
node-mbtiles/package.json
2011-11-18 18:09:59 -08:00

49 lines
1.3 KiB
JSON

{
"name": "mbtiles",
"version": "0.1.17",
"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 <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>",
"Konstantin Käfer <kkaefer>"
],
"dependencies": {
"optimist": "0.2.x",
"sqlite3": "~2.1.1",
"step": "0.0.x",
"sphericalmercator": "1.0.x",
"underscore": "1.1.x",
"_zlib": "https://github.com/springmeyer/node-zlib/tarball/master"
},
"devDependencies": {
"expresso": "~0.9.0"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "expresso"
}
}