kurento-client
Version:
JavaScript Client API for Kurento Media Server
109 lines (108 loc) • 2.76 kB
JSON
{
"name": "kurento-client",
"version": "7.2.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://kurento.openvidu.io/",
"license": "Apache-2.0",
"author": "Kurento <kurento@openvidu.io> (https://kurento.openvidu.io/)",
"contributors": [
"Kurento <kurento@openvidu.io> (https://kurento.openvidu.io/)",
"Jesús Leganés-Combarro 'piranna' <piranna@gmail.com> (https://pirannafs.blogspot.com/)"
],
"bugs": {
"url": "https://github.com/Kurento/kurento/issues",
"email": "kurento@openvidu.io"
},
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kurento.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",
"es6-promise": "^4.0.5",
"extend": "^3.0.0",
"inherits": "^2.0.0",
"kurento-client-core": "7.2.0",
"kurento-client-elements": "7.2.0",
"kurento-client-filters": "7.2.0",
"kurento-jsonrpc": "7.2.0",
"minimist": "^1.2.0",
"promise": "7.1.1",
"promisecallback": "0.0.4",
"reconnect-ws": "KurentoForks/reconnect-ws#master"
},
"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"
}
}