UNPKG

vue-responsive-video-background-player

Version:
64 lines (63 loc) 1.64 kB
{ "name": "vue-responsive-video-background-player", "version": "2.4.1", "description": "Play your own videos in background responsively", "main": "./dist/vue-responsive-video-background-player.umd.js", "unpkg": "./dist/vue-responsive-video-background-player.umd.js", "module": "./dist/vue-responsive-video-background-player.mjs", "exports": { ".": { "import": "./dist/vue-responsive-video-background-player.mjs", "require": "./dist/vue-responsive-video-background-player.umd.js" } }, "private": false, "scripts": { "build:dist": "LIB_NAME=dist vite build", "build:demo": "LIB_NAME=demo vite build", "build": "npm run build:dist && npm run build:demo", "publish": "npm run build && npm publish" }, "files": [ "dist/*" ], "repository": { "type": "git", "url": "git://github.com/avidofood/vue-responsive-video-background-player.git" }, "keywords": [ "vue 3", "vue3", "vue", "background", "video background player", "vue-responsive-videobg", "vue-video-player", "vue video player", "video player", "vue player", "vue video", "resolution switcher", "tesla" ], "author": { "name": "Philipp Mochine", "email": "support@avidofood.com", "url": "https://avidofood.com" }, "license": "MIT", "devDependencies": { "@vitejs/plugin-vue": "^3.2.0", "eslint": "^8.57.1", "eslint-config-avidofood": "^3.2.0", "vite": "^3.2.11", "vite-plugin-css-injected-by-js": "^2.4.0", "vue": "^3.5.13" }, "release": { "branch": "master" }, "publishConfig": { "tag": "latest" } }