UNPKG

@mycure/vue-jitsi-meet

Version:

Vue component for Jitsi Meet Web Integration via IFrame

59 lines (58 loc) 1.64 kB
{ "name": "@mycure/vue-jitsi-meet", "version": "0.0.8", "description": "Vue component for Jitsi Meet Web Integration via IFrame", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "npx eslint src --fix -c .eslintrc", "prebuild": "rimraf dist", "build": "rollup -c" }, "devDependencies": { "@babel/cli": "^7.7.5", "@babel/core": "^7.7.5", "@babel/plugin-proposal-export-default-from": "^7.7.4", "@babel/plugin-transform-runtime": "^7.7.5", "@babel/preset-env": "^7.7.5", "@babel/preset-es2015": "^7.0.0-beta.53", "@babel/runtime": "^7.7.5", "@rollup/plugin-node-resolve": "^6.0.0", "babel-eslint": "^10.1.0", "babel-minify": "^0.5.1", "cross-env": "^6.0.3", "eslint": "^6.8.0", "jest": "^24.9.0", "rimraf": "^3.0.0", "rollup": "^1.27.9", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-terser": "^5.1.3", "rollup-plugin-uglify": "^6.0.3", "rollup-plugin-vue": "^5.1.4", "vue-template-compiler": "^2.6.11" }, "repository": { "type": "git", "url": "git+https://github.com/mycurelabs/vue-jitsi-meet.git" }, "keywords": [ "vue", "vue.js", "jitsi", "video", "conference", "video", "call", "jitsi-meet", "zoom", "skype" ], "author": "Ian Isaac Emnace, Jofferson Tiquez", "license": "MIT", "bugs": { "url": "https://github.com/mycurelabs/vue-jitsi-meet/issues" }, "homepage": "https://github.com/mycurelabs/vue-jitsi-meet#readme" }