-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 933 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
{
"name": "rtc.io",
"version": "0.3.1",
"description": "rtc.io website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc.io.git"
},
"keywords": [
"rtc.io",
"webrtc",
"website"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc.io/issues"
},
"devDependencies": {
"blockdown": "~0.4.0",
"cog": "^1.0.0",
"crel": "^2.1.8",
"demo-console": "^1.5.0",
"injectcode": "^0.2.5",
"rtc": "^3.2.1",
"rtc-audioproc": "0.0.3",
"rtc-core": "^4.0.0",
"rtc-filter-grayscale": "~0.1.0",
"rtc-media": "^2.0.1",
"rtc-quickconnect": "^4.1.2",
"rtc-signaller": "^5.2.2",
"rtc-tools": "^4.2.2",
"rtc-videoproc": "^0.11.0"
},
"dependencies": {}
}