Skip to content

Commit

Permalink
Update to version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed May 11, 2018
1 parent 8017557 commit bc71097
Show file tree
Hide file tree
Showing 10 changed files with 412 additions and 599 deletions.
100 changes: 50 additions & 50 deletions openvidu-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"author": "OpenVidu",
"name": "openvidu-browser",
"description": "OpenVidu Browser",
"version": "1.9.0",
"main": "lib/index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenVidu/openvidu"
},
"scripts": {
"browserify": "VERSION=${VERSION:-}; cd src && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../static/js/openvidu-browser-$VERSION.js -v",
"browserify-prod": "VERSION=${VERSION:-}; cd src && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../static/js/openvidu-browser-$VERSION.min.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd src/OpenVidu && tsc && cd ../.. && tsc --declaration src/index.ts --outDir ./lib --sourceMap --lib dom,es5,es2015.promise,scripthost",
"docs": "grunt --gruntfile config/typedoc/custom-theme/gruntfile.js && typedoc --options ./config/typedoc/typedoc.js --out ./docs ./src && rm -rf ../../openvidu.io/api/openvidu-browser/* && cp -R ./docs/. ../../openvidu.io/api/openvidu-browser"
},
"types": "lib/index.d.ts",
"dependencies": {
"@types/platform": "^1.3.1",
"@types/node": "^9.6.7",
"freeice": "2.2.0",
"hark": "1.2.0",
"inherits": "2.0.3",
"merge": "1.2.0",
"platform": "^1.3.5",
"sdp-translator": "0.1.24",
"ua-parser-js": "0.7.17",
"uuid": "3.2.1",
"webrtc-adapter": "6.1.4",
"wolfy87-eventemitter": "5.2.4"
},
"devDependencies": {
"browserify": "16.1.1",
"tsify": "4.0.0",
"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typedoc-plugin-sourcefile-url": "^1.0.3",
"typescript": "2.8.3",
"uglify-js": "3.3.20",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-string-replace": "^1.0.0",
"grunt-ts": "^5.5.1"
}
"author": "OpenVidu",
"dependencies": {
"@types/node": "^9.6.7",
"@types/platform": "^1.3.1",
"freeice": "2.2.0",
"hark": "1.2.0",
"inherits": "2.0.3",
"merge": "1.2.0",
"platform": "^1.3.5",
"sdp-translator": "0.1.24",
"ua-parser-js": "0.7.17",
"uuid": "3.2.1",
"webrtc-adapter": "6.1.4",
"wolfy87-eventemitter": "5.2.4"
},
"description": "OpenVidu Browser",
"devDependencies": {
"browserify": "16.1.1",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-string-replace": "^1.0.0",
"grunt-ts": "^5.5.1",
"tsify": "4.0.0",
"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typedoc-plugin-sourcefile-url": "^1.0.3",
"typescript": "2.8.3",
"uglify-js": "3.3.20"
},
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "openvidu-browser",
"repository": {
"type": "git",
"url": "git://github.com/OpenVidu/openvidu"
},
"scripts": {
"browserify": "VERSION=${VERSION:-}; cd src && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../static/js/openvidu-browser-$VERSION.js -v",
"browserify-prod": "VERSION=${VERSION:-}; cd src && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../static/js/openvidu-browser-$VERSION.min.js",
"build": "cd src/OpenVidu && tsc && cd ../.. && tsc --declaration src/index.ts --outDir ./lib --sourceMap --lib dom,es5,es2015.promise,scripthost",
"docs": "grunt --gruntfile config/typedoc/custom-theme/gruntfile.js && typedoc --options ./config/typedoc/typedoc.js --out ./docs ./src && rm -rf ../../openvidu.io/api/openvidu-browser/* && cp -R ./docs/. ../../openvidu.io/api/openvidu-browser",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "lib/index.d.ts",
"version": "2.0.0"
}
Loading

0 comments on commit bc71097

Please sign in to comment.