-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "rtc-health",
"version": "3.2.0",
"description": "Exposes health information about WebRTC connection statistics as quickconnect module",
"main": "index.js",
"scripts": {
"test": "browserify -t brfs test/all.js | broth start | tap-spec"
},
"devDependencies": {
"brfs": "^1.4.0",
"broth": "^2.1.1",
"browserify": "^11.0.1",
"cog": "^1.1.0",
"crel": "^1",
"es6-promise": "^3.0.2",
"rtc-attach": "^2.0.1",
"rtc-capture": "^1.0.2",
"rtc-captureconfig": "~0.4.0",
"rtc-media": "^1",
"rtc-plugin-temasys": "^1.1.2",
"rtc-quickconnect": "^4.0.0",
"rtc-signaller": "^6.2.1",
"rtc-switchboard": "^3.0.0",
"rtc-switchboard-messenger": "^1.2.0",
"tap-spec": "^4.0.2",
"tape": "^3.0.3",
"travis-multirunner": "^4.3.1"
},
"author": "Nathan Oehlman",
"license": "Apache 2.0",
"contributors": [
{
"name": "Nathan Oehlman",
"email": "nathan.oehlman@nicta.com.au",
"url": "https://github.com/nathanoehlman"
}
],
"dependencies": {
"async": "^0.9.0",
"bowser": "^1.9.4",
"debounce": "^1.0.0",
"eventemitter3": "^1.1.1",
"humps": "^0.4.2",
"mbus": "^1.3.1",
"uuid": "^1.4.1",
"wildcard": "^1.1.0"
},
"testling": {
"files": "test/all.js"
}
}