-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 961 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
{
"name": "demo-screenshare",
"version": "1.0.0",
"description": "A simple rtc.io screenshare demo which broadcasts your screen to a remote endpoint for display",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -rf bundle.js && beefy index.js:bundle.js",
"bundle": "browserify index.js > bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/demo-screenshare.git"
},
"author": "Damon Oehlman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rtc-io/demo-screenshare/issues"
},
"homepage": "https://github.com/rtc-io/demo-screenshare",
"dependencies": {
"attachmediastream": "^1.1.0",
"fdom": "^1.2.0",
"freeice": "^2.1.2",
"getusermedia": "^1.2.0",
"hyperscript": "^1.4.4",
"random-name": "^0.1.0",
"rtc-quickconnect": "^4.1.2",
"rtc-screenshare": "^4.0.0"
}
}