2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Merge pull request #17 from ask11/deps

Updated dependencies
This commit is contained in:
José F. Romaniello 2013-06-04 11:19:19 -07:00
commit 3f362cc5f5

View File

@ -21,20 +21,19 @@
},
"license": "MIT",
"dependencies": {
"passport": "~0.1.12",
"connect": "~2.4.5",
"cookie": "0.0.4",
"request": "~2.12.0",
"xtend": "~1.0.3"
"passport": "~0.1.16",
"connect": "2.7.5",
"cookie": "0.0.5",
"request": "~2.19.0",
"xtend": "~2.0.3"
},
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.7.0",
"express": "~3.0.3",
"socket.io": "~0.9.11",
"connect": "~2.4.6",
"should": "~1.2.2",
"mocha": "~1.9.0",
"express": "~3.1.2",
"socket.io": "~0.9.14",
"passport-local": "~0.1.6",
"xmlhttprequest": "~1.5.0",
"socket.io-client": "git+https://github.com/jfromaniello/socket.io-client.git"
}
}
}