2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
This commit is contained in:
José F. Romaniello 2013-06-04 15:21:26 -03:00
parent 3f362cc5f5
commit 9fea831500

View File

@ -1,6 +1,6 @@
{ {
"name": "passport.socketio", "name": "passport.socketio",
"version": "1.0.1", "version": "1.1.0",
"description": "access passport.js authenticated user information from socket.io", "description": "access passport.js authenticated user information from socket.io",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -36,4 +36,4 @@
"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"
} }
} }