port to >= node-v6

This commit is contained in:
Dane Springmeyer
2012-03-06 18:04:26 -08:00
parent a7bb5d06bc
commit 1190695bf3
2 changed files with 32 additions and 28 deletions
+3 -4
View File
@@ -30,14 +30,13 @@
],
"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"
"underscore": "1.1.x"
},
"engines": {
"node": ">= 0.4.0"
"node": ">= 0.6.0"
},
"scripts": {
"test": "expresso"