Merge branch 'master' into typings

This commit is contained in:
Conrad Sopala
2019-07-24 16:03:10 +02:00
committed by GitHub
16 changed files with 271 additions and 264 deletions

View File

@ -23,20 +23,19 @@
},
"license": "MIT",
"dependencies": {
"@types/socket.io": "~1.4.29",
"jsonwebtoken": "^5.0.0",
"xtend": "~2.1.2"
},
"devDependencies": {
"body-parser": "~1.13.3",
"express": "~4.10.6",
"mocha": "~1.17.0",
"passport-local": "~0.1.6",
"request": "~2.19.0",
"serve-static": "^1.7.1",
"@types/socket.io": "~1.4.29",
"body-parser": "~1.17.1",
"express": "~4.15.2",
"mocha": "~3.2.0",
"request": "~2.81.0",
"serve-static": "^1.12.1",
"jsonwebtoken": "^8.3.0",
"xtend": "~2.1.2",
"server-destroy": "~1.0.1",
"should": "~1.2.2",
"socket.io": "^1.0.4",
"socket.io-client": "^1.0.4"
"should": "~11.2.1",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
}
}
}