Add "browserify" command to npm scripts and update license

pull/1/head
Micael Gallego 2016-10-16 23:27:21 +02:00
parent 648bb2f071
commit 7f25e2b927
1 changed files with 2 additions and 1 deletions

View File

@ -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",