forked from SocketCluster/socketcluster-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 904 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 904 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
33
34
35
36
37
38
{
"name": "socketcluster-server",
"version": "5.7.1",
"description": "Server module for SocketCluster",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster-server.git"
},
"dependencies": {
"async": "2.0.0",
"base64id": "0.1.0",
"lodash.clonedeep": "4.5.0",
"sc-auth": "~3.2.1",
"sc-domain": "~1.0.1",
"sc-emitter": "~1.1.0",
"sc-errors": "~1.1.0",
"sc-formatter": "~3.0.0",
"sc-simple-broker": "~2.0.0",
"uuid": "3.0.1",
"uws": "0.12.0",
"ws": "1.1.1"
},
"devDependencies": {
"mocha": "3.0.2",
"socketcluster-client": "~5.2.5"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000 --slow 3000"
},
"keywords": [
"websocket",
"realtime",
"socketcluster"
],
"author": "Jonathan Gros-Dubois <grosjona@yahoo.com.au>",
"license": "MIT"
}