forked from SocketCluster/socketcluster-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 921 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": "14.3.1",
"description": "Server module for SocketCluster",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/socketcluster-server.git"
},
"dependencies": {
"async": "2.3.0",
"base64id": "1.0.0",
"component-emitter": "1.2.1",
"lodash.clonedeep": "4.5.0",
"sc-auth": "^5.0.2",
"sc-errors": "^1.4.1",
"sc-formatter": "^3.0.2",
"sc-simple-broker": "^2.1.3",
"uuid": "3.2.1",
"sc-uws": "^10.148.2",
"ws": "5.1.1"
},
"devDependencies": {
"localStorage": "^1.0.3",
"mocha": "5.2.0",
"socketcluster-client": "^14.2.0"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000 --slow 3000"
},
"keywords": [
"websocket",
"realtime",
"socketcluster"
],
"author": "Jonathan Gros-Dubois <grosjona@yahoo.com.au>",
"license": "MIT"
}