-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (14 loc) · 654 Bytes
/
package.json
File metadata and controls
15 lines (14 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name" : "websocket-multiplex",
"author" : "Marek Majkowski",
"version" : "0.1.0",
"description" : "WebSocket-multiplex is a thin library on top of SockJS that allows you to do multiplexing of many virtual WebSockets connection over a single physical one.",
"keywords" : ["websockets", "websocket", "sockjs", "multiplex", "multiplexing"],
"homepage" : "https://github.com/sockjs/websocket-multiplex",
"repository": {"type": "git",
"url": "https://github.com/sockjs/websocket-multiplex.git"},
"dependencies": {
"sockjs" : "*"
},
"main": "multiplex_server"
}