2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
socketio-jwt/package.json
Jose F. Romaniello a5cb696579 update version
2012-10-04 14:55:27 -03:00

27 lines
571 B
JSON

{
"name": "passport.socketio",
"version": "0.0.2",
"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"
}
}