UNPKG

kurento-jsonrpc

Version:

Kurento RPC client library for Browser and Node.js

85 lines (84 loc) 1.86 kB
{ "name": "kurento-jsonrpc", "version": "7.3.0", "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 <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/)", "Ivan Gracia <igracia@kurento.org>" ], "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": { "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" } }