This commit is contained in:
Jose F. Romaniello
2012-09-05 15:14:36 -03:00
commit 678d4ccd6c
4 changed files with 139 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "passport.socketio",
"version": "0.0.1",
"description": "access passport.js authenticated user information from socket.io",
"main": "lib/index.js",
"keywords": [
"socket",
"socket.io",
"passport"
],
"author": {
"name": "José F. Romaniello",
"email": "jfromaniello@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jfromaniello/passport.socketio.git"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"passport": "~0.1.12",
"connect": "~2.4.5",
"cookie": "0.0.4"
}
}