forked from SocketCluster/socketcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1008 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
38
39
40
41
42
43
{
"name": "socketcluster",
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
"version": "14.3.3",
"homepage": "http://socketcluster.io",
"contributors": [
{
"name": "Jonathan Gros-Dubois",
"email": "grosjona@yahoo.com.au"
}
],
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster.git"
},
"dependencies": {
"async": "2.3.0",
"fs-extra": "6.0.1",
"inquirer": "5.2.0",
"minimist": "1.2.0",
"sc-auth": "^5.0.2",
"sc-broker-cluster": "^7.0.0",
"sc-errors": "^1.4.1",
"socketcluster-server": "^14.3.2",
"uid-number": "0.0.6",
"uuid": "3.2.1"
},
"bin": {
"socketcluster": "bin/cli.js"
},
"keywords": [
"websocket",
"server",
"realtime",
"cluster",
"scalable"
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"socketcluster-client": "^14.2.1"
}
}