mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
videojs 5
This commit is contained in:
parent
05566ba701
commit
5eac36a0c9
2 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Video.js Resolution Switcher
|
||||
|
||||
Resolution switcher for [video.js](https://github.com/videojs/video.js) build for [5.0.0-rc.101](https://github.com/videojs/video.js/tree/v5.0.0-rc.101)
|
||||
Resolution switcher for [video.js v5](https://github.com/videojs/video.js)
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
@ -9,7 +9,10 @@
|
|||
"html5",
|
||||
"flash",
|
||||
"video",
|
||||
"player"
|
||||
"player",
|
||||
"resolution",
|
||||
"source",
|
||||
"videojs-plugin"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -20,10 +23,10 @@
|
|||
"grunt-contrib-uglify": "^0.2",
|
||||
"grunt-contrib-watch": "^0.4",
|
||||
|
||||
"video.js": "^5.0.0-rc.101",
|
||||
"video.js": "^5.0.0",
|
||||
"qunitjs": "^1.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"video.js": "^5.0.0-rc.101"
|
||||
"video.js": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue