forked from SocketCluster/socketcluster-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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": "16.0.0",
"description": "Server module for SocketCluster",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster-server.git"
},
"dependencies": {
"ag-auth": "^1.0.1",
"ag-request": "^1.0.0",
"ag-simple-broker": "^5.0.0",
"async-stream-emitter": "^4.0.0",
"base64id": "^1.0.0",
"clone-deep": "^4.0.1",
"sc-errors": "^2.0.1",
"sc-formatter": "^3.0.2",
"stream-demux": "^8.0.0",
"writable-consumable-stream": "^2.0.0",
"ws": "^7.2.1"
},
"devDependencies": {
"socketcluster-client": "^16.0.0",
"localStorage": "^1.0.3",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000 --slow 3000"
},
"keywords": [
"websocket",
"realtime",
"socketcluster"
],
"author": "Jonathan Gros-Dubois <[email protected]>",
"license": "MIT"
}