-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "channels-chat",
"description": "Channels-chat is a real-time pub-sub auth system using Socketcluster",
"version": "1.0.0",
"contributors": [
{
"name": "Francisco Espejo",
"email": "[email protected]"
}
],
"dependencies": {
"body-parser": "^1.13.2",
"connect": "3.0.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "1.3.2",
"crypto": "^0.0.3",
"express": "4.13.1",
"express-session": "^1.11.3",
"minimist": "1.1.0",
"redis": "^2.4.2",
"mysql": "^2.4.3",
"sc-presence": "^0.1.14 ",
"sc-redis": "^0.1.0",
"serve-static": "1.8.0",
"sha256": "^0.2.0",
"socketcluster": "2.x.x",
"socketcluster-client": "2.x.x"
},
"keywords": [
"websocket",
"server",
"realtime",
"cluster",
"scalable"
],
"readmeFilename": "README.md"
}