-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
47
{
"name": "primus-rooms",
"version": "3.4.3",
"description": "Simple rooms wrapper for Primus",
"author": "Jonathan Brumley <[email protected]>",
"homepage": "https://github.com/cayasso/primus-rooms",
"main": "index.js",
"scripts": {
"coverage": "make coverage",
"test-travis": "make test-travis",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/cayasso/primus-rooms.git"
},
"keywords": [
"connection",
"ws",
"rooms",
"channels",
"realtime",
"websocket",
"engine.io",
"socket.io",
"plugin",
"sockjs",
"browserchannel"
],
"license": "MIT",
"dependencies": {
"async": "2.6.x",
"debug": "2.6.x",
"primus-rooms-adapter": "0.3.x"
},
"devDependencies": {
"expect.js": "^0.3.1",
"istanbul": "^0.4.3",
"matcha": "^0.7.0",
"mocha": "^2.4.5",
"pre-commit": "^1.1.3",
"primus": "^6.0.0",
"primus-emitter": "^3.1.1",
"primus-multiplex": "^3.2.0",
"ws": "^1.1.0"
}
}