-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 786 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 786 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
{
"name": "scc-broker-client",
"version": "9.2.1",
"description": "Client for SCC - For SocketCluster horizontal scalability.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SocketCluster/scc-broker-client.git"
},
"dependencies": {
"async-stream-emitter": "^7.0.1",
"skeleton-rendezvous": "^1.1.2",
"socketcluster-client": "^20.0.0"
},
"devDependencies": {
"mocha": "^10.2.0"
},
"keywords": [
"socketcluster",
"cluster",
"scc",
"client",
"horizontal",
"scalability"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/SocketCluster/scc-broker-client/issues"
},
"homepage": "https://github.com/SocketCluster/scc-broker-client"
}