nuxt-video-player
Version:
nuxt-video-player is for play online and offline videos in any vue or nuxt project. it's supporting local or any kind of online video
72 lines (71 loc) • 1.95 kB
JSON
{
"name": "nuxt-video-player",
"description": "nuxt-video-player is for play online and offline videos in any vue or nuxt project. it's supporting local or any kind of online video",
"version": "1.0.17",
"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 vue-video-player ./src/index.js"
},
"main": "./dist/vue-video-player.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js",
"plugins/*"
],
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"repository": {
"type": "git",
"url": "git+https://github.com/im-fahad/nuxt-video-player.git"
},
"keywords": [
"nuxt-video-player",
"v-video-player",
"vue-video-player",
"vue-player",
"v-player",
"video-player"
],
"author": "al_fahad",
"license": "MIT",
"bugs": {
"url": "https://github.com/im-fahad/nuxt-video-player/issues"
},
"homepage": "https://github.com/im-fahad/nuxt-video-player#readme"
}