Files
node-mbtiles/package.json
Young Hahn dc6419d80f 0.7.8
2015-01-16 17:08:33 -05:00

36 lines
939 B
JSON

{
"name": "mbtiles",
"version": "0.7.8",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
"author": "Mapbox (https://www.mapbox.com)",
"keywords": ["map", "mbtiles"],
"licenses": [{ "type": "BSD" }],
"main": "./lib/mbtiles",
"repository": {
"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": {
"tiletype": "0.1.x",
"sqlite3": "~3.0.0",
"sphericalmercator": "~1.0.1"
},
"devDependencies": {
"tape": "~3.0.0"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "tape test/*.js"
}
}