mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
Merge branch 'example/package.json' of https://github.com/jghaines/socketio-jwt into jghaines-example/package.json
This commit is contained in:
commit
ab32589c2c
@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "socket-Auth0-chat-example",
|
"name": "socket-auth0-chat-example",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Auth0 + Socket.io seed",
|
"description": "Auth0 + Socket.io seed",
|
||||||
"repository": "git://github.com/auth0/socketio-jwt",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/auth0/socketio-jwt.git"
|
||||||
|
},
|
||||||
"author": "Auth0",
|
"author": "Auth0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -10,6 +13,16 @@
|
|||||||
"express": "^4.13.4",
|
"express": "^4.13.4",
|
||||||
"pug": "^2.0.0-beta2",
|
"pug": "^2.0.0-beta2",
|
||||||
"socket.io": "^1.4.6",
|
"socket.io": "^1.4.6",
|
||||||
"socketio-jwt": "^4.3.3"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user