Remove commands.

This commit is contained in:
Young Hahn
2013-07-12 05:54:50 -04:00
parent 46f0b33bc8
commit a98037dbdf
5 changed files with 0 additions and 594 deletions

View File

@@ -11,12 +11,6 @@
"keywords": ["map", "mbtiles"],
"licenses": [{ "type": "BSD" }],
"main": "./lib/mbtiles",
"bin": {
"mbcheck": "./bin/mbcheck",
"mbcompact": "./bin/mbcompact",
"mbpipe": "./bin/mbpipe",
"mbrekey": "./bin/mbrekey"
},
"repository": {
"type": "git",
"url": "http://github.com/mapbox/node-mbtiles.git"
@@ -29,7 +23,6 @@
"Konstantin Käfer <kkaefer>"
],
"dependencies": {
"optimist": "~0.3.1",
"sqlite3": "~2.1.1",
"sphericalmercator": "~1.0.1"
},