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

26 lines
907 B
JSON
Raw Normal View History

{
2017-03-15 16:46:19 +01:00
"name": "openvidu-browser",
2017-04-02 23:09:04 +02:00
"version": "0.1.1",
2017-03-15 16:46:19 +01:00
"description": "OpenVidu Browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"browserify1": "cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/OpenVidu.js -v",
"browserify2": "cd ts/OpenViduTokBox && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/OpenViduTokBox.js -v",
2017-03-15 16:46:19 +01:00
"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.2.0",
"kurento-utils": "6.6.1",
2017-03-15 16:46:19 +01:00
"uuid": "~2.0.1",
"sdp-translator": "^0.1.15"
}
}