-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
executable file
·46 lines (46 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "socket.io-pubsub",
"version": "2.0.6",
"description": "Socket.io adapter for Google Pub/Sub, allowing to setup a socket.io cluster",
"main": "lib/index.js",
"scripts": {
"test": "lab -m 15000 -v -La code -r console -o stdout -r html -o coverage/coverage.html -r lcov -o coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elegantmonkeys/socket.io-pubsub.git"
},
"keywords": [
"socket.io",
"gcp",
"gcloud",
"pubsub",
"adapter",
"cluster",
"websocket"
],
"license": "Apache-2.0",
"engines": {
"node": ">=8.13.0"
},
"bugs": {
"url": "https://github.com/elegantmonkeys/socket.io-pubsub/issues"
},
"homepage": "https://github.com/elegantmonkeys/socket.io-pubsub#readme",
"dependencies": {
"acorn": "^6.1.1",
"async": "^2.6.1",
"debug": "^3.1.0",
"shortid": "^2.2.8",
"socket.io-adapter": "^1.1.1"
},
"devDependencies": {
"@google-cloud/pubsub": "^2.5.0",
"@hapi/lab": "^22.0.4",
"code": "^5.2.0",
"eslint": "^6.8.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"tape": "^4.9.1"
}
}