2015-11-26 00:56:08 +01:00
|
|
|
{
|
2016-04-16 09:15:59 +02:00
|
|
|
"name": "socket-auth0-chat-example",
|
2015-12-01 22:08:16 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Auth0 + Socket.io seed",
|
2016-04-16 09:15:59 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/auth0/socketio-jwt.git"
|
|
|
|
},
|
2015-12-01 22:08:16 +01:00
|
|
|
"author": "Auth0",
|
|
|
|
"license": "MIT",
|
2015-11-26 00:56:08 +01:00
|
|
|
"dependencies": {
|
2016-04-16 09:15:59 +02:00
|
|
|
"dotenv": "^2.0.0",
|
|
|
|
"express": "^4.13.4",
|
2015-12-01 21:01:58 +01:00
|
|
|
"jade": "^1.11.0",
|
2016-04-16 09:15:59 +02:00
|
|
|
"socket.io": "^1.4.5",
|
|
|
|
"socketio-jwt": "^4.3.4"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/auth0/socketio-jwt/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/auth0/socketio-jwt#readme",
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2015-11-26 00:56:08 +01:00
|
|
|
}
|
|
|
|
}
|