mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
df32515631
Original: 1.2.1 master-fork: 2.0.0 default to false: 2.1.0 simplification: 2.1.1
39 lines
896 B
JSON
39 lines
896 B
JSON
{
|
|
"name": "passport.socketio",
|
|
"version": "2.1.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": {
|
|
"test": "mocha"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport": "~0.1.16",
|
|
"request": "~2.19.0",
|
|
"xtend": "~2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"should": "~1.2.2",
|
|
"mocha": "~1.9.0",
|
|
"express": "~3.1.2",
|
|
"socket.io": "~0.9.14",
|
|
"passport-local": "~0.1.6",
|
|
"xmlhttprequest": "~1.5.0",
|
|
"socket.io-client": "git+https://github.com/jfromaniello/socket.io-client.git",
|
|
"connect": "~2.7.11"
|
|
}
|
|
}
|