openvidu/openvidu-browser/package.json

48 lines
1.9 KiB
JSON
Raw Normal View History

{
2018-07-23 11:37:18 +02:00
"author": "OpenVidu",
2018-05-11 10:43:01 +02:00
"dependencies": {
"freeice": "2.2.2",
"hark": "1.2.3",
"jsnlog": "2.30.0",
"platform": "1.3.6",
"semver": "7.3.5",
"uuid": "8.3.2",
"wolfy87-eventemitter": "5.2.9"
2018-07-23 11:37:18 +02:00
},
"description": "OpenVidu Browser",
2018-05-11 10:43:01 +02:00
"devDependencies": {
"@types/node": "15.12.2",
"@types/platform": "1.3.3",
"browserify": "17.0.0",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
2018-07-23 11:37:18 +02:00
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.0.1",
2018-07-23 11:37:18 +02:00
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
2018-07-23 11:37:18 +02:00
"grunt-string-replace": "1.3.1",
"grunt-ts": "6.0.0-beta.22",
"terser": "5.7.0",
"tsify": "5.0.4",
"tslint": "6.1.3",
"typedoc": "0.19.2",
"typescript": "4.0.7"
2018-07-23 11:37:18 +02:00
},
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "openvidu-browser",
2018-05-11 10:43:01 +02:00
"repository": {
2018-07-23 11:37:18 +02:00
"type": "git",
2018-05-11 10:43:01 +02:00
"url": "git://github.com/OpenVidu/openvidu"
2018-07-23 11:37:18 +02:00
},
2018-05-11 10:43:01 +02:00
"scripts": {
"browserify": "VERSION=${VERSION:-dev}; mkdir -p static/js/ && cd src && ../node_modules/browserify/bin/cmd.js Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../static/js/openvidu-browser-$VERSION.js -v",
"browserify-prod": "VERSION=${VERSION:-dev}; mkdir -p static/js/ && cd src && ../node_modules/browserify/bin/cmd.js --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | ../node_modules/terser/bin/terser --source-map content=inline --output ../static/js/openvidu-browser-$VERSION.min.js",
"build": "cd src/OpenVidu && ./../../node_modules/typescript/bin/tsc && cd ../.. && ./node_modules/typescript/bin/tsc --declaration src/index.ts --outDir ./lib --sourceMap --target es5 --lib dom,es5,es2015.promise,scripthost",
"docs": "./generate-docs.sh"
2018-07-23 11:37:18 +02:00
},
"types": "lib/index.d.ts",
2021-09-22 18:16:07 +02:00
"version": "2.20.0"
2019-02-04 12:37:27 +01:00
}