mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
4802307532
This reverts commit a818725e30
.
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "socket-Auth0-chat-example",
|
|
"version": "1.0.0",
|
|
"description": "Auth0 + Socket.io seed",
|
|
"repository": "git://github.com/auth0/socketio-jwt",
|
|
"author": "Auth0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^1.2.0",
|
|
"express": "^4.13.3",
|
|
"jade": "^1.11.0",
|
|
"socket.io": "^1.3.7",
|
|
"socketio-jwt": "^4.3.3"
|
|
}
|
|
}
|