This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
357 B
JSON
Raw Normal View History

2015-11-25 19:26:08 -04:30
{
2015-12-01 16:38:16 -04:30
"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",
2015-11-25 19:26:08 -04:30
"dependencies": {
2015-12-01 15:31:58 -04:30
"dotenv": "^1.2.0",
"express": "^4.13.3",
2015-12-01 15:31:58 -04:30
"jade": "^1.11.0",
"socket.io": "^1.3.7",
"socketio-jwt": "^4.3.3"
2015-11-25 19:26:08 -04:30
}
}