forked from STRML/primus-multiplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 995 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
39
40
41
42
43
44
{
"name": "@cocalc/primus-multiplex",
"version": "1.1.0",
"description": "Simple multiplexing for Primus",
"author": "Jonathan Brumley <[email protected]>",
"homepage": "https://github.com/sagemathinc/primus-multiplex",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/primus-multiplex.git"
},
"keywords": [
"multiplex",
"realtime",
"websocket",
"engine.io",
"socket.io",
"primus",
"sockjs",
"rooms",
"browserchannel",
"publish",
"subscribe"
],
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^4.0.0",
"eventemitter3": "5.0.1",
"predefine": "0.1.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"pre-commit": "^1.2.2",
"primus": "^8.0.7",
"primus-emitter": "^3.1.1",
"primus-rooms": "^3.4.3",
"ws": "^8.13.0"
}
}