-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 Bytes
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
{
"name": "socketcluster-sample",
"description": "A sample SocketCluster app",
"version": "1.0.0",
"contributors": [
{
"name": "Jonathan Gros-Dubois",
"email": "grosjona@yahoo.com.au"
}
],
"dependencies": {
"connect": "3.6.6",
"express": "4.16.3",
"minimist": "1.1.0",
"morgan": "1.7.0",
"sc-errors": "^1.4.1",
"sc-framework-health-check": "^2.0.0",
"sc-hot-reboot": "^1.0.0",
"scc-broker-client": "^6.1.0",
"serve-static": "1.13.2",
"socketcluster": "^14.3.2",
"socketcluster-client": "^14.2.1"
},
"keywords": [
"websocket",
"server",
"realtime",
"cluster",
"scalable"
],
"readmeFilename": "README.md",
"scripts": {
"start": "node server.js",
"start:docker": "node dockerwait.js && node ${SOCKETCLUSTER_MASTER_CONTROLLER:-server.js}"
}
}