31 lines
883 B
JSON
31 lines
883 B
JSON
{
|
|
"name" : "tilelive-mbtiles",
|
|
"main" : "./index",
|
|
"description" : "mbtiles backend for tilelive",
|
|
"url" : "http://github.com/mapbox/tilelive-mbtiles",
|
|
"keywords" : ["map", "server", "mbtiles", "tms"],
|
|
"licenses" : [{
|
|
"type": "BSD"
|
|
}],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "http://github.com/mapbox/tilelive-mbtiles.git"
|
|
}],
|
|
"contributors": [
|
|
"Tom MacWright <tmcw>",
|
|
"Will White <willwhite>",
|
|
"Dane Springmeyer <springmeyer>",
|
|
"Young Hahn <yhahn>"
|
|
],
|
|
"dependencies": {
|
|
"sqlite3" : ">= 2.0.8 < 2.1.0",
|
|
"step" : ">= 0.0.4 < 0.1.0",
|
|
"underscore" : ">= 1.1.1 < 1.2.0",
|
|
"zlib" : ">= 1.0.3 < 1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.2.6"
|
|
},
|
|
"version" : "0.0.1"
|
|
}
|