update deps to latest versions

This commit is contained in:
Roman Shtylman
2013-11-10 00:21:04 -05:00
parent 1fe63831d8
commit 5e777a1eca

View File

@@ -8,28 +8,27 @@
"url": "git://github.com/shtylman/localtunnel-server.git" "url": "git://github.com/shtylman/localtunnel-server.git"
}, },
"dependencies": { "dependencies": {
"request": "2.11.4", "book": "1.3.0",
"book": "1.2.0", "optimist": "0.6.0",
"optimist": "0.3.4", "debug": "0.7.3",
"debug": "0.7.2",
"bookrc": "0.0.1", "bookrc": "0.0.1",
"book-git": "0.0.2", "book-git": "0.0.2",
"book-raven": "1.0.0", "book-raven": "1.0.1",
"engine.io": "0.6.2", "engine.io": "0.7.11",
"engine.io-client": "shtylman/engine.io-client#v0.5.0-dz0", "engine.io-client": "0.7.11",
"flip-counter": "0.5.3", "flip-counter": "0.5.3",
"browserkthx": "0.0.2", "browserkthx": "0.0.2",
"hbs": "2.3.0", "hbs": "2.4.0",
"taters": "0.0.5", "taters": "0.0.5",
"express": "3.2.6", "express": "3.4.4",
"makeup": "0.0.1", "makeup": "0.0.1",
"enchilada": "0.3.0", "enchilada": "0.5.0",
"bouncy": "3.2.1", "bouncy": "3.2.1",
"superstack": "0.0.3" "superstack": "0.0.3"
}, },
"devDependencies": { "devDependencies": {
"mocha": "1.6.0", "mocha": "1.14.0",
"localtunnel": "0.1.0" "localtunnel": "0.1.2"
}, },
"scripts": { "scripts": {
"test": "mocha --ui qunit -- test", "test": "mocha --ui qunit -- test",