mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
41 lines
879 B
JSON
41 lines
879 B
JSON
{
|
|
"name": "socketio-jwt",
|
|
"version": "4.3.3",
|
|
"description": "authenticate socket.io connections using JWTs",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"socket",
|
|
"socket.io",
|
|
"jwt"
|
|
],
|
|
"author": {
|
|
"name": "José F. Romaniello",
|
|
"email": "jfromaniello@gmail.com",
|
|
"url": "http://joseoncode.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/auth0/socketio-jwt.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonwebtoken": "^5.0.0",
|
|
"xtend": "~2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"body-parser": "~1.13.3",
|
|
"express": "~4.10.6",
|
|
"mocha": "~1.17.0",
|
|
"passport-local": "~0.1.6",
|
|
"request": "~2.19.0",
|
|
"serve-static": "^1.7.1",
|
|
"server-destroy": "~1.0.1",
|
|
"should": "~1.2.2",
|
|
"socket.io": "^1.0.4",
|
|
"socket.io-client": "^1.0.4"
|
|
}
|
|
}
|