This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
84 lines (84 loc) · 1.85 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "kurento-jsonrpc",
"version": "6.18.1-dev",
"description": "Kurento RPC client library for Browser and Node.js",
"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/",
"license": "Apache-2.0",
"author": "Kurento <[email protected]> (https://kurento.openvidu.io/)",
"contributors": [
"Kurento Community <[email protected]> (https://kurento.openvidu.io/)",
"Jesús Leganés-Combarro 'piranna' <[email protected]> (https://pirannafs.blogspot.com/)",
"Ivan Gracia <[email protected]>"
],
"bugs": {
"url": "https://github.com/Kurento/bugtracker/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kurento-jsonrpc-js.git"
},
"main": "lib/index.js",
"scripts": {
"test": "nodeunit test/index.js"
},
"dependencies": {
"bufferutil": "^4.0.1",
"inherits": "^2.0.1",
"ws": "^7.1.0"
},
"devDependencies": {
"bower": "~1.8.8",
"browserify": "~13.1.0",
"coveralls": "~2.11.1",
"eventtarget": "0.1.0",
"grunt": "~1.0.1",
"grunt-browserify": "^5.3.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jsdoc": "^2.4.0",
"grunt-npm2bower-sync": "^0.9.0",
"grunt-shell": "^2.0.0",
"jscoverage": "~0.6.0",
"minifyify": "~7.3.3",
"nodeunit": "^0.11.3"
}
}