-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
60 lines (60 loc) · 1.13 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "kurento-client-core",
"version": "7.1.0",
"description": "JavaScript Client API for Kurento Media Server",
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kurento-client-core-js.git"
},
"keywords": [
"Kurento",
"module",
"plugin",
"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"
],
"main": "lib/index.js",
"homepage": "https://kurento.openvidu.io/",
"license": "Apache-2.0",
"author": "Kurento <[email protected]> (https://kurento.openvidu.io/)",
"contributors": [
"Kurento <[email protected]> (https://kurento.openvidu.io/)"
],
"bugs": {
"url": "https://github.com/Kurento/kurento/issues",
"email": "[email protected]"
}
}