openvidu/openvidu-browser/src/main/resources/package.json

22 lines
590 B
JSON
Raw Normal View History

{
"name": "openvidu",
"version": "0.0.1",
"description": "OpenVidu Browser",
"main": "OpenVidu.js",
"scripts": {
"browserify": "cd ts && watchify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../static/js/OpenVidu.js -v",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"kurento-jsonrpc": "5.1.3",
"wolfy87-eventemitter": "4.2.9",
"@types/wolfy87-eventemitter": "4.2.31",
"webrtc-adapter":"2.0.4",
"kurento-utils":"6.6.0",
"uuid": "~2.0.1",
"sdp-translator": "^0.1.15"
}
}