-
Notifications
You must be signed in to change notification settings - Fork 112
/
Copy pathbower.json
36 lines (36 loc) · 910 Bytes
/
bower.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
{
"name": "multistreamsmixer",
"description": "Pass multiple streams (e.g. screen+camera or multiple-cameras) and get single stream.",
"version": "1.2.3",
"authors": [
{
"name": "Muaz Khan",
"email": "[email protected]",
"homepage": "https://muazkhan.com/"
}
],
"main": "./MultiStreamsMixer.js",
"keywords": [
"webrtc",
"multistreamsmixer",
"webrtc-library",
"library",
"javascript",
"rtcweb",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/MultiStreamsMixer.git"
},
"homepage": "https://www.webrtc-experiment.com/MultiStreamsMixer/",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}