mirror of https://github.com/OpenVidu/openvidu.git
Add "browserify" command to npm scripts and update license
parent
648bb2f071
commit
7f25e2b927
|
@ -4,10 +4,11 @@
|
||||||
"description": "OpenVidu Browser",
|
"description": "OpenVidu Browser",
|
||||||
"main": "OpenVidu.js",
|
"main": "OpenVidu.js",
|
||||||
"scripts": {
|
"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"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"kurento-jsonrpc": "5.1.3",
|
"kurento-jsonrpc": "5.1.3",
|
||||||
"wolfy87-eventemitter": "4.2.9",
|
"wolfy87-eventemitter": "4.2.9",
|
||||||
|
|
Loading…
Reference in New Issue