This repository has been archived by the owner on May 23, 2023. It is now read-only.
forked from Kurento/kurento-client-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.78 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "kurento-client",
"version": "6.12.0",
"description": "JavaScript Client API for Kurento Media Server",
"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://www.kurento.org",
"license": "Apache-2.0",
"author": "Kurento <[email protected]> (https://www.kurento.org)",
"contributors": [
"Kurento Community <[email protected]> (https://www.kurento.org)",
"Jesús Leganés-Combarro 'piranna' <[email protected]> (https://pirannafs.blogspot.com/)"
],
"bugs": {
"url": "https://github.com/Kurento/bugtracker/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kurento-client-js.git"
},
"main": "./lib/index.js",
"scripts": {
"coveralls": "scripts/coveralls",
"coverallsBrowser": "scripts/coveralls -- testBrowser",
"test": "scripts/test",
"testBrowser": "scripts/testBrowser",
"testReconnect": "scripts/testReconnect",
"testWithoutTransactions": "scripts/testWithoutTransactions"
},
"dependencies": {
"async": "^2.0.1",
"error-tojson": "0.0.1",
"es6-promise": "^4.0.5",
"extend": "^3.0.0",
"inherits": "^2.0.3",
"kurento-client-core": "^6.0.0",
"kurento-client-elements": "^6.0.0",
"kurento-client-filters": "^6.0.0",
"kurento-jsonrpc": "github:JoseGoncalves/kurento-jsonrpc-js",
"minimist": "^1.2.0",
"promise": "7.1.1",
"promisecallback": "0.0.4",
"reconnect-ws": "github:JoseGoncalves/reconnect-ws"
},
"devDependencies": {
"bower": "^1.0.0",
"browserify": "^16.0.0",
"chromedriver": "74.0.0",
"coveralls": "^3.0.0",
"dockerode": "2.3.1",
"fs-extra": "^0.20.1",
"grunt": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscoverage": "^0.1.3",
"grunt-jsdoc": "^2.0.0",
"grunt-npm2bower-sync": "^0.9.1",
"grunt-shell": "^3.0.0",
"minifyify": "^7.0.0",
"node-static": "^0.7.6",
"npm-path": "^1.1.0",
"qunit-cli": "KurentoForks/qunit-cli#0.2.1",
"qunit-reporter-junit": "JamesMGreene/qunit-reporter-junit",
"qunit-reporter-lcov": "^1.0.2",
"qunitjs": "1.18.0",
"selenium-webdriver": "2.52.0",
"wock": "^0.1.1",
"xml2js": "^0.4.9"
}
}