-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 995 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
{
"name": "rtc-attach",
"version": "2.1.0",
"description": "Attach a media stream to an existing or new media element (basically attachMediaStream with support for rtc.io plugins)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gendocs": "gendocs > README.md"
},
"stability": "unstable",
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-attach.git"
},
"keywords": [
"webrtc",
"media-capture",
"getusermedia",
"rtc.io"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-attach/issues"
},
"homepage": "https://github.com/rtc-io/rtc-attach",
"dependencies": {
"cog": "^1.0.0",
"rtc-core": "^4.0.0"
},
"devDependencies": {
"crel": "^2.1.5",
"kgo": "^1.2.0",
"rtc-capture": "^1.0.1",
"rtc-plugin-nicta-ios": "^1.1.2",
"rtc-plugin-temasys": "^1.1.0"
}
}