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

40 lines
871 B
JSON
Raw Normal View History

2012-09-05 20:14:36 +02:00
{
"name": "passport.socketio",
2012-11-16 16:47:41 +01:00
"version": "0.0.4",
2012-09-05 20:14:36 +02:00
"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"
},
2012-11-16 16:43:12 +01:00
"scripts": {
"test": "mocha"
},
2012-09-05 20:14:36 +02:00
"license": "MIT",
"dependencies": {
"passport": "~0.1.12",
"connect": "~2.4.5",
2012-11-16 16:43:12 +01:00
"cookie": "0.0.4",
"request": "~2.12.0"
},
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.7.0",
"express": "~3.0.3",
"socket.io": "~0.9.11",
"connect": "~2.4.6",
"passport-local": "~0.1.6",
2012-12-28 22:11:19 +01:00
"xmlhttprequest": "~1.5.0",
"socket.io-client": "~0.9.11"
2012-09-05 20:14:36 +02:00
}
}