client manager complete, client and client channels next

This commit is contained in:
Josh Burman
2019-03-07 20:19:13 -05:00
parent 97ed2476f4
commit 8fa7f98493
131 changed files with 10059 additions and 63 deletions

View File

@ -17,11 +17,16 @@
},
"homepage": "https://github.com/yardstick/braid#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"ws": "^6.1.4"
},
"devDependencies": {
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/jsonwebtoken": "^8.3.0",
"@types/ws": "^6.0.1",
"typescript": "^3.3.3333"
}