forked from cayasso/primus-multiplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 883 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
{
"name": "primus-multiplex",
"version": "1.1.1",
"description": "Simple multiplexing for Primus",
"author": "Jonathan Brumley <[email protected]>",
"homepage": "https://github.com/cayasso/primus-multiplex",
"main": "index.js",
"scripts": {
"test": "make test",
"build": "make build"
},
"repository": {
"type": "git",
"url": "git://github.com/cayasso/primus-multiplex.git"
},
"keywords": [
"multiplex",
"realtime",
"websocket",
"engine.io",
"socket.io",
"primus",
"sockjs",
"rooms",
"browserchannel",
"publish",
"subscribe"
],
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"primus": "git://github.com/3rd-Eden/primus.git",
"ws": "~0.4.27",
"browserbuild": "*",
"primus-emitter": "1.0.x",
"primus-rooms": "1.1.x"
}
}