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