{ "name": "openvidu-browser", "version": "1.0.2", "description": "OpenVidu Browser", "main": "lib/OpenVidu/index.js", "types": "lib/OpenVidu/index.d.ts", "scripts": { "browserify": "cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/OpenVidu.js -v", "browserify-prod": "cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs -c > ../../static/js/OpenVidu.js", "updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc", "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "cd ts && tsc", "developing": "cd ts && tsc -w" }, "author": "", "license": "Apache-2.0", "dependencies": { "kurento-jsonrpc": "5.1.3", "wolfy87-eventemitter": "4.2.9", "@types/wolfy87-eventemitter": "4.2.31", "webrtc-adapter": "3.3.2", "kurento-utils": "6.6.2", "uuid": "~2.0.1", "sdp-translator": "^0.1.15" } }