Update binaries.

This commit is contained in:
Young Hahn
2011-05-19 18:04:07 -04:00
parent 964ead7426
commit 2fbbec02c1
6 changed files with 41 additions and 11 deletions

View File

@@ -6,6 +6,12 @@
"keywords": ["map", "mbtiles"],
"licenses": [{ "type": "BSD" }],
"main": "./index",
"bin": {
"mbcheck": "./bin/mbcheck",
"mbcompact": "./bin/mbcompact",
"mbpipe": "./bin/mbpipe",
"mbrekey": "./bin/mbrekey"
},
"repositories": [{
"type": "git",
"url": "http://github.com/mapbox/node-mbtiles.git"