update to node v06 compatible deps

This commit is contained in:
Dane Springmeyer
2011-11-18 17:45:01 -08:00
parent fca703f63e
commit 970330575d
2 changed files with 9 additions and 6 deletions

View File

@@ -30,11 +30,14 @@
],
"dependencies": {
"optimist": "0.2.x",
"sqlite3": "~2.0.17",
"sqlite3": "~2.1.1",
"step": "0.0.x",
"sphericalmercator": "1.0.x",
"underscore": "1.1.x",
"zlib": "1.0.x"
"zlib": "https://github.com/springmeyer/node-zlib/tarball/master"
},
"devDependencies": {
"expresso": "~0.9.0"
},
"engines": {
"node": ">= 0.4.0"