-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathbower.json
53 lines (53 loc) · 1.05 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
45
46
47
48
49
50
51
52
53
{
"name": "kurento-client",
"description": "JavaScript Client API for Kurento Media Server",
"license": "Apache-2.0",
"keywords": [
"kurento",
"mcu",
"sfu",
"rpc",
"mediaserver",
"pipe",
"audio",
"video",
"media",
"recording",
"stream",
"streaming",
"videoconference",
"broadcast",
"multicast",
"client",
"server",
"browser",
"chrome",
"edge",
"firefox",
"safari",
"webrtc",
"datachannel",
"sdp",
"ice",
"stun",
"turn",
"h264",
"h.264",
"opus",
"vp8",
"rtp",
"srtp",
"rtsp"
],
"homepage": "https://kurento.openvidu.io/",
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kurento-client-js.git"
},
"authors": [
"Kurento <kurento@openvidu.io> (https://kurento.openvidu.io/)",
"Kurento Community <kurento@googlegroups.com> (https://kurento.openvidu.io/)",
"Jesús Leganés-Combarro 'piranna' <piranna@gmail.com> (https://pirannafs.blogspot.com/)"
],
"main": "js/kurento-client.js"
}