2016-10-16 23:16:58 +02:00
|
|
|
{
|
|
|
|
"name": "openvidu",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "OpenVidu Browser",
|
|
|
|
"main": "OpenVidu.js",
|
|
|
|
"scripts": {
|
2016-10-16 23:27:21 +02:00
|
|
|
"browserify": "cd ts && watchify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../static/js/OpenVidu.js -v",
|
2016-10-16 23:16:58 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
2016-10-16 23:27:21 +02:00
|
|
|
"license": "Apache-2.0",
|
2016-10-16 23:16:58 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|