mirror of https://github.com/OpenVidu/openvidu.git
parent
c39e81cf23
commit
3e7ef5d196
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"license": "Apache-2.0",
|
||||
"name": "openvidu-browser",
|
||||
"version": "1.4.0",
|
||||
"repository": {
|
||||
"url": "git://github.com/OpenVidu/openvidu",
|
||||
"type": "git"
|
||||
},
|
||||
"author": "OpenVidu",
|
||||
"version": "1.4.0",
|
||||
"description": "OpenVidu Browser",
|
||||
"dependencies": {
|
||||
"inherits": "2.0.3",
|
||||
"wolfy87-eventemitter": "5.2.4",
|
||||
|
@ -22,8 +22,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"browserify-prod": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../../static/js/openvidu-browser-$VERSION.min.js",
|
||||
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
|
||||
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap",
|
||||
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
|
||||
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap",
|
||||
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsify": "3.0.4",
|
||||
|
@ -33,5 +33,5 @@
|
|||
},
|
||||
"main": "lib/OpenVidu/index.js",
|
||||
"types": "lib/OpenVidu/index.d.ts",
|
||||
"description": "OpenVidu Browser"
|
||||
"name": "openvidu-browser"
|
||||
}
|
|
@ -1,32 +1,33 @@
|
|||
{
|
||||
"version": "0.0.0",
|
||||
"name": "frontend",
|
||||
"license": "MIT",
|
||||
"openvidu-browser": "1.4.0",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"hammerjs": "2.0.8",
|
||||
"zone.js": "0.8.18",
|
||||
"@angular/cdk": "5.0.0-rc.2",
|
||||
"openvidu-browser": "1.3.0",
|
||||
"@angular/animations": "5.0.5",
|
||||
"openvidu-browser": "1.3.0",
|
||||
"@angular/cdk": "5.0.0-rc.2",
|
||||
"@angular/forms": "5.0.5",
|
||||
"core-js": "2.5.1",
|
||||
"@angular/compiler": "5.0.5",
|
||||
"@angular/core": "5.0.5",
|
||||
"rxjs": "5.5.3",
|
||||
"hammerjs": "2.0.8",
|
||||
"@angular/common": "5.0.5",
|
||||
"@angular/platform-browser": "5.0.5",
|
||||
"@angular/material": "5.0.0-rc.1",
|
||||
"@angular/flex-layout": "2.0.0-beta.10-4905443",
|
||||
"@angular/http": "5.0.5",
|
||||
"@angular/router": "5.0.5",
|
||||
"@angular/platform-browser-dynamic": "5.0.5",
|
||||
"@angular/flex-layout": "2.0.0-beta.10-4905443"
|
||||
"@angular/material": "5.0.0-rc.1"
|
||||
},
|
||||
"scripts": {
|
||||
"e2e": "ng e2e",
|
||||
"start": "ng serve",
|
||||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"e2e": "ng e2e",
|
||||
"build": "ng build",
|
||||
"test": "ng test"
|
||||
},
|
||||
|
@ -34,20 +35,19 @@
|
|||
"@angular/cli": "1.5.5",
|
||||
"@angular/compiler-cli": "5.0.5",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"tslint": "5.8.0",
|
||||
"@types/jasmine": "2.5.38",
|
||||
"protractor": "~5.1.0",
|
||||
"tslint": "5.8.0",
|
||||
"karma-jasmine": "~1.1.0",
|
||||
"karma-cli": "~1.0.1",
|
||||
"karma-chrome-launcher": "~2.0.0",
|
||||
"typescript": "2.4.2",
|
||||
"ts-node": "3.3.0",
|
||||
"karma-coverage-istanbul-reporter": "^0.2.0",
|
||||
"karma": "~1.4.1",
|
||||
"codelyzer": "4.0.1",
|
||||
"@types/node": "~6.0.60",
|
||||
"codelyzer": "4.0.1",
|
||||
"ts-node": "3.3.0",
|
||||
"jasmine-spec-reporter": "~3.2.0",
|
||||
"jasmine-core": "~2.5.2"
|
||||
},
|
||||
"name": "frontend"
|
||||
}
|
||||
}
|
|
@ -3,31 +3,31 @@
|
|||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"hammerjs": "^2.0.8",
|
||||
"zone.js": "^0.8.14",
|
||||
"@angular/animations": "^4.4.3",
|
||||
"colormap": "^2.2.0",
|
||||
"openvidu-browser": "1.4.0",
|
||||
"@angular/cdk": "^2.0.0-beta.11",
|
||||
"@angular/forms": "^4.2.4",
|
||||
"openvidu-node-client": "1.1.0",
|
||||
"@angular/router": "^4.2.4",
|
||||
"core-js": "^2.4.1",
|
||||
"@angular/compiler": "^4.2.4",
|
||||
"@angular/core": "^4.2.4",
|
||||
"rxjs": "^5.4.2",
|
||||
"hammerjs": "^2.0.8",
|
||||
"@angular/common": "^4.2.4",
|
||||
"@angular/platform-browser": "^4.2.4",
|
||||
"@angular/material": "^2.0.0-beta.11",
|
||||
"@angular/flex-layout": "2.0.0-beta.9",
|
||||
"@angular/http": "^4.2.4",
|
||||
"@angular/router": "^4.2.4",
|
||||
"openvidu-node-client": "1.1.0",
|
||||
"@angular/platform-browser-dynamic": "^4.2.4",
|
||||
"@angular/flex-layout": "2.0.0-beta.9"
|
||||
"@angular/material": "^2.0.0-beta.11"
|
||||
},
|
||||
"scripts": {
|
||||
"e2e": "ng e2e",
|
||||
"start": "ng serve",
|
||||
"lint": "ng lint",
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"e2e": "ng e2e",
|
||||
"build": "ng build",
|
||||
"test": "ng test"
|
||||
},
|
||||
|
@ -36,21 +36,21 @@
|
|||
"@angular/cli": "1.6.3",
|
||||
"@angular/compiler-cli": "^4.2.4",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
"tslint": "~5.3.2",
|
||||
"@types/jasmine": "~2.5.53",
|
||||
"protractor": "~5.1.2",
|
||||
"tslint": "~5.3.2",
|
||||
"karma-jasmine": "~1.1.0",
|
||||
"karma-cli": "~1.0.1",
|
||||
"karma-chrome-launcher": "2.2.0",
|
||||
"typescript": "2.6.2",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"karma-coverage-istanbul-reporter": "^1.3.0",
|
||||
"karma": "1.7.1",
|
||||
"codelyzer": "~3.1.1",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"@types/node": "~6.0.60",
|
||||
"jasmine-spec-reporter": "~4.1.0",
|
||||
"jasmine-core": "~2.6.2",
|
||||
"ts-node": "~3.2.0"
|
||||
"ts-node": "~3.2.0",
|
||||
"codelyzer": "~3.1.1"
|
||||
},
|
||||
"name": "openvidu-testapp"
|
||||
}
|
Loading…
Reference in New Issue