2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
socketio-jwt/example/package.json
Alberto Güerere 31b4c450e0 Introduced a new example
This introduces a new example project that build on top of socket.io’s
own tutorial. Fixes https://github.com/auth0/socketio-jwt/issues/59
2015-10-15 17:12:11 -04:30

11 lines
208 B
JSON

{
"name": "socket-chat-example",
"version": "0.0.1",
"description": "my first socket.io app",
"dependencies": {
"express": "^4.10.2",
"socket.io": "^1.3.6",
"socketio-jwt": "^4.3.1"
}
}