diff --git a/package.json b/package.json index 56be4b9..6d01799 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,31 @@ { - "name": "tilelive-mbtiles", + "name": "mbtiles", "version": "0.0.1", - "description": "mbtiles backend for tilelive", - "url": "http://github.com/mapbox/tilelive-mbtiles", - "keywords": ["map", "server", "mbtiles", "tms"], + "description": "Utilities and tilelive integration for the MBTiles format.", + "url": "http://github.com/mapbox/node-mbtiles", + "keywords": ["map", "mbtiles"], "licenses": [{ "type": "BSD" }], - "main": "./index", - "repositories": [{ "type": "git", - "url": "http://github.com/mapbox/tilelive-mbtiles.git" + "url": "http://github.com/mapbox/node-mbtiles.git" }], - "contributors": [ "Tom MacWright ", "Will White ", "Dane Springmeyer ", "Young Hahn " ], - "dependencies": { "sqlite3": "2.0.x", "step": "0.0.x", "underscore": "1.1.x", "zlib": "1.0.x" }, - "engines": { "node": ">= 0.4.0" + }, + "scripts": { + "test": "expresso" } }