-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
52 lines (52 loc) · 1.21 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
48
49
50
51
52
{
"name": "rtc-switchboard",
"version": "3.2.0",
"description": "Signalling for rtc-io components using primus",
"main": "index.js",
"stability": "unstable",
"scripts": {
"start": "node --nouse-idle-notification server.js",
"test": "node test/all.js | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-switchboard.git"
},
"keywords": [
"rtc.io",
"webrtc",
"signalling",
"primus"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-switchboard/issues"
},
"dependencies": {
"cog": "^1.0.0",
"debug": "^2.0.0",
"rtc-switch": "^1.3.0",
"ws": "^1.0.0"
},
"devDependencies": {
"async": "^0.9.0",
"bunyan": "^1.1.3",
"cuid": "^1.2.4",
"express": "^4",
"nopt": "^3.0.1",
"replify": "^1.2.0",
"rtc-quickconnect": "^4.1.0",
"rtc-signaller": "^6.3.0",
"rtc-switchboard-messenger": "^2.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.0",
"uuid": "^2.0.1",
"whisk": "^1.0.0"
},
"optionalDependencies": {
"bufferutil": "^1.2.1",
"utf-8-validate": "^1.2.1"
}
}