nuxt-multi-video-player
Version:
nuxt-multi-video-player is for playing online and offline videos in any Vue 3.2+ or Nuxt 3+ project. It supports local or most of kind of online video.
76 lines (75 loc) • 1.94 kB
JSON
{
"name": "nuxt-multi-video-player",
"description": "nuxt-multi-video-player is for playing online and offline videos in any Vue 3.2+ or Nuxt 3+ project. It supports local or most of kind of online video.",
"version": "1.1.6",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name nuxt-multi-video-player ./src/index.js"
},
"main": "./dist/nuxt-multi-video-player.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js",
"plugins/*"
],
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.13"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ganeshreddykatla/nuxt-multi-video-player.git"
},
"keywords": [
"mulivideo-player",
"nuxt3-video-player",
"v-video-player",
"vue3-video-player",
"vue-player",
"v3-player",
"video-player",
"mulivideo-player",
"nuxt-multi-video-player"
],
"author": "ganesh_reddy_k",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ganeshreddykatla/nuxt-multi-video-player/issues"
},
"homepage": "https://github.com/Ganeshreddykatla/nuxt-multi-video-player/blob/main/README.md"
}