package.json
{
"name": "express-socket.io-jwt",
"version": "0.2.0",
"description": "Express + Socket.io synchronization. Use socket in your express routes.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ilshidur/express-socket.io-jwt.git"
},
"keywords": [
"express",
"socket.io",
"jwt",
"auth"
],
"author": "Ilshidur",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ilshidur/express-socket.io-jwt/issues"
},
"homepage": "https://github.com/Ilshidur/express-socket.io-jwt#README",
"dependencies": {
"ip": "^1.1.5",
"jsonwebtoken": "^8.3.0"
},
"devDependencies": {
"express": "4.17.1",
"socket.io": "2.4.0",
"socket.io-client": "2.3.1",
"socket.io-redis": "5.4.0",
"sticky-cluster": "0.3.5",
"sticky-session": "1.1.2",
"uuid": "3.4.0"
}
}