forked from idoshamun/socket.io-pubsub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.09 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
{
"name": "socket.io-pubsub",
"version": "1.1.2",
"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": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/elegantmonkeys/socket.io-pubsub/issues"
},
"homepage": "https://github.com/elegantmonkeys/socket.io-pubsub#readme",
"dependencies": {
"async": "^2.6.1",
"debug": "^3.1.0",
"shortid": "^2.2.8",
"socket.io-adapter": "^1.1.1"
},
"devDependencies": {
"@google-cloud/pubsub": "^0.19.0",
"code": "^5.2.0",
"lab": "^17.3.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"tape": "^4.9.1"
}
}