forked from SocketCluster/socketcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
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
44
{
"name": "socketcluster",
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
"version": "5.0.11",
"homepage": "http://socketcluster.io",
"contributors": [
{
"name": "Jonathan Gros-Dubois",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster.git"
},
"dependencies": {
"async": "1.5.0",
"base64id": "0.1.0",
"fs-extra": "0.30.0",
"jsonwebtoken": "5.4.1",
"minimist": "1.1.0",
"node-uuid": "1.4.7",
"sc-auth": "3.x.x",
"sc-broker-cluster": "2.x.x",
"sc-domain": "1.x.x",
"sc-emitter": "1.x.x",
"sc-errors": "1.x.x",
"sc-formatter": "1.x.x",
"socketcluster-server": "5.x.x",
"uid-number": "0.0.5"
},
"bin": {
"socketcluster": "bin/cli.js"
},
"keywords": [
"websocket",
"server",
"realtime",
"cluster",
"scalable"
],
"license": "MIT",
"readmeFilename": "README.md"
}