-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "rtc-screenshare",
"version": "4.5.1",
"description": "WebRTC Screensharing Chrome Extension ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gendocs": "gendocs > README.md",
"start": "beefy --cwd examples examples/share-window.js:bundle.js"
},
"stability": "experimental",
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-screenshare.git"
},
"keywords": [
"webrtc",
"rtc.io",
"screensharing",
"chrome",
"extension"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-screenshare/issues"
},
"homepage": "https://github.com/rtc-io/rtc-screenshare",
"dependencies": {
"chromex": "^1.2.2",
"cog": "^1.0.0",
"crel": "^2.1.8",
"eventemitter3": "^1.1.1",
"rtc-core": "^4.0.0"
},
"devDependencies": {
"hyperscript": "^2.0.2",
"rtc-capture": "^1.0.2",
"rtc-captureconfig": "^4.1.0",
"rtc-media": "^2.0.1",
"rtc-quickconnect": "^5.8.4",
"rtc-ui": "^1.1.2"
}
}