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

13 lines
255 B
JSON
Raw Normal View History

2015-11-26 00:56:08 +01:00
{
"name": "socket-chat-example",
"version": "0.0.1",
"description": "my first socket.io app",
"dependencies": {
2015-12-01 21:01:58 +01:00
"dotenv": "^1.2.0",
2015-11-26 00:56:08 +01:00
"express": "^4.10.2",
2015-12-01 21:01:58 +01:00
"jade": "^1.11.0",
2015-11-26 00:56:08 +01:00
"socket.io": "^1.3.6",
"socketio-jwt": "^4.3.1"
}
}