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

26 lines
836 B
JSON
Raw Normal View History

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