-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
38 lines (38 loc) · 954 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
{
"name": "socketcluster-server",
"version": "19.1.1",
"description": "Server module for SocketCluster",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster-server.git"
},
"dependencies": {
"ag-auth": "^2.1.0",
"ag-request": "^1.1.0",
"ag-simple-broker": "^6.0.1",
"async-stream-emitter": "^7.0.1",
"base64id": "^2.0.0",
"clone-deep": "^4.0.1",
"sc-errors": "^3.0.0",
"sc-formatter": "^4.0.0",
"stream-demux": "^10.0.1",
"writable-consumable-stream": "^4.1.0",
"ws": "^8.18.0"
},
"devDependencies": {
"localStorage": "^1.0.3",
"mocha": "^10.2.0",
"socketcluster-client": "*"
},
"scripts": {
"test": "mocha --reporter spec --timeout 10000 --slow 10000"
},
"keywords": [
"websocket",
"realtime",
"socketcluster"
],
"author": "Jonathan Gros-Dubois <[email protected]>",
"license": "MIT"
}