forked from rtc-io/rtc-quickconnect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.53 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
53
54
55
56
57
58
59
{
"name": "rtc-quickconnect",
"version": "5.8.4",
"description": "Create a WebRTC connection in record time",
"main": "index.js",
"scripts": {
"test": "browserify test/all.js | broth start | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-quickconnect.git"
},
"keywords": [
"rtc.io",
"webrtc"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-quickconnect/issues"
},
"dependencies": {
"cog": "^1",
"mbus": "^2.0.0",
"rtc-attach": "^2.0.1",
"rtc-capture": "^1.0.2",
"rtc-core": "^4.0.0",
"rtc-pluggable-signaller": "^2.0.0",
"rtc-tools": "^5.4.0"
},
"devDependencies": {
"async": "^0.9",
"attachmediastream": "^1.0.1",
"broth": "^2.2.0",
"browserify": "^13.0.0",
"crel": "^2.1.5",
"fdom": "^1.2.0",
"freeice": "^2.1.1",
"getusermedia": "^1.1.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.4.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"hosted-git-info": "2.5.0",
"rtc-bufferedchannel": "^0.5.0",
"rtc-captureconfig": "^2.1.0",
"rtc-filter-grayscale": "~0.1.0",
"rtc-media": "^1",
"rtc-plugin-temasys": "^1.1.1",
"rtc-quickconnect-test": "^2.3.0",
"rtc-switchboard": "^3.0.0",
"rtc-videoproc": "^0.11.0",
"tap-spec": "^3.0.0",
"travis-multirunner": "^3.0.0",
"uuid": "^2.0.1",
"whisk": "^1.0.0"
}
}