Update package.json with new module name.
This commit is contained in:
+8
-10
@@ -1,33 +1,31 @@
|
|||||||
{
|
{
|
||||||
"name": "tilelive-mbtiles",
|
"name": "mbtiles",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "mbtiles backend for tilelive",
|
"description": "Utilities and tilelive integration for the MBTiles format.",
|
||||||
"url": "http://github.com/mapbox/tilelive-mbtiles",
|
"url": "http://github.com/mapbox/node-mbtiles",
|
||||||
"keywords": ["map", "server", "mbtiles", "tms"],
|
"keywords": ["map", "mbtiles"],
|
||||||
"licenses": [{ "type": "BSD" }],
|
"licenses": [{ "type": "BSD" }],
|
||||||
|
|
||||||
"main": "./index",
|
"main": "./index",
|
||||||
|
|
||||||
"repositories": [{
|
"repositories": [{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/mapbox/tilelive-mbtiles.git"
|
"url": "http://github.com/mapbox/node-mbtiles.git"
|
||||||
}],
|
}],
|
||||||
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Tom MacWright <tmcw>",
|
"Tom MacWright <tmcw>",
|
||||||
"Will White <willwhite>",
|
"Will White <willwhite>",
|
||||||
"Dane Springmeyer <springmeyer>",
|
"Dane Springmeyer <springmeyer>",
|
||||||
"Young Hahn <yhahn>"
|
"Young Hahn <yhahn>"
|
||||||
],
|
],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sqlite3": "2.0.x",
|
"sqlite3": "2.0.x",
|
||||||
"step": "0.0.x",
|
"step": "0.0.x",
|
||||||
"underscore": "1.1.x",
|
"underscore": "1.1.x",
|
||||||
"zlib": "1.0.x"
|
"zlib": "1.0.x"
|
||||||
},
|
},
|
||||||
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4.0"
|
"node": ">= 0.4.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "expresso"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user