{
  "name": "@160over90/vue-plyr-video",
  "version": "0.5.0",
  "scripts": {
    "build": "vue-cli-service build --target lib --name @160over90/vue-plyr-video src/main.js"
  },
  "files": [
    "dist/*",
    "src/*",
    "public/*",
    "*.json",
    "*.js"
  ],
  "license": "MIT",
  "description": "Vue wrapper for the Plyr video player. Only supports the video player and not the audio player.",
  "main": "./dist/@160over90/vue-plyr-video.common.js",
  "unpkg": "dist/@160over90/vue-plyr-video.umd.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/160over90/vue-plyr-video"
  },
  "bugs": "https://github.com/160over90/vue-plyr-video/issues",
  "dependencies": {
    "plyr": "^3.4.3",
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.1",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-service": "^3.0.1",
    "@vue/eslint-config-airbnb": "^3.0.1",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.0.1",
    "vue-template-compiler": "^2.5.17"
  }
}
