-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
bower.json
executable file
·44 lines (44 loc) · 1.14 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "rtcmulticonnection",
"description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to provide multi-session establishment scenarios.",
"version": "3.7.1",
"authors": [
{
"name": "Muaz Khan",
"email": "[email protected]",
"homepage": "https://muazkhan.com/"
}
],
"main": "RTCMultiConnection.js",
"keywords": [
"webrtc",
"rtcmulticonnection",
"webrtc-library",
"library",
"javascript",
"chrome",
"firefox",
"opera",
"ie",
"internet-explorer",
"android",
"rtcweb",
"rtcmulticonnection.js",
"multirtc",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/RTCMultiConnection.git"
},
"homepage": "https://muazkhan.com:9001/demos/",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}