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

Revert "package.json updates"

This reverts commit a818725e30.
This commit is contained in:
Jason Haines 2016-04-16 17:25:52 +10:00
parent 96355b2cda
commit 4802307532

View File

@ -1,28 +1,15 @@
{
"name": "socket-auth0-chat-example",
"name": "socket-Auth0-chat-example",
"version": "1.0.0",
"description": "Auth0 + Socket.io seed",
"repository": {
"type": "git",
"url": "git://github.com/auth0/socketio-jwt.git"
},
"repository": "git://github.com/auth0/socketio-jwt",
"author": "Auth0",
"license": "MIT",
"dependencies": {
"dotenv": "^2.0.0",
"express": "^4.13.4",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"jade": "^1.11.0",
"pug": "^2.0.0-alpha3",
"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"
"socket.io": "^1.3.7",
"socketio-jwt": "^4.3.3"
}
}