forked from SocketCluster/socketcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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": "10.1.0",
"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.0.0",
"base64id": "0.1.0",
"fs-extra": "2.0.0",
"inquirer": "1.1.3",
"minimist": "1.1.0",
"sc-auth": "^5.0.0",
"sc-broker-cluster": "^6.1.3",
"sc-errors": "^1.4.0",
"socketcluster-server": "^10.1.0",
"uid-number": "0.0.5",
"uuid": "3.1.0"
},
"bin": {
"socketcluster": "bin/cli.js"
},
"keywords": [
"websocket",
"server",
"realtime",
"cluster",
"scalable"
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"socketcluster-client": "^10.1.1"
}
}