From 7f25e2b927ad85b147c131ed19a74f93785c47be Mon Sep 17 00:00:00 2001 From: Micael Gallego Date: Sun, 16 Oct 2016 23:27:21 +0200 Subject: [PATCH] Add "browserify" command to npm scripts and update license --- openvidu-browser/src/main/resources/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openvidu-browser/src/main/resources/package.json b/openvidu-browser/src/main/resources/package.json index 4a3c481a..f112f9a2 100644 --- a/openvidu-browser/src/main/resources/package.json +++ b/openvidu-browser/src/main/resources/package.json @@ -4,10 +4,11 @@ "description": "OpenVidu Browser", "main": "OpenVidu.js", "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" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "kurento-jsonrpc": "5.1.3", "wolfy87-eventemitter": "4.2.9",