vue-vjs-hls
Version:
Video Player component for Vue.js(1.x ~ 2.x ~ 3.x). Forked from vue-video-player
37 lines (36 loc) • 963 B
JSON
{
"name": "vue-vjs-hls",
"version": "1.0.0",
"description": "Video Player component for Vue.js(1.x ~ 2.x ~ 3.x). Forked from vue-video-player",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ice48623/vue-video-player.git"
},
"keywords": [
"vue-video-player",
"vue.js video player",
"vue.js video",
"vue video.js",
"vue.js player"
],
"author": "Thanaphat <ice48623@gmail.com>",
"license": "GPL-3.0",
"homepage": "https://github.com/ice48623/vue-video-player.git#readme",
"dependencies": {
"video.js": "^5.11.7",
"videojs-youtube": "^2.1.1",
"videojs-vimeo": "^2.0.2",
"videojs-contrib-hls": "^3.6.0",
"videojs-resolution-switcher": "^0.4.2"
},
"bugs": {
"url": "https://github.com/ice48623/vue-video-player/issues"
},
"directories": {
"example": "examples"
}
}