mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
Merge branch 'bower-support'
This commit is contained in:
commit
cc927b402e
1 changed files with 35 additions and 0 deletions
35
bower.json
Normal file
35
bower.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"name": "vjs-resolution-switcher",
|
||||||
|
"version": "0.1.2",
|
||||||
|
"authors": [
|
||||||
|
"Kasper Moskwiak <kasper.moskwiak@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "Resolution switcher for video.js 5",
|
||||||
|
"main": [
|
||||||
|
"lib/videojs-resolution-switcher.js"
|
||||||
|
"lib/videojs-resolution-switcher.css"
|
||||||
|
],
|
||||||
|
"moduleType": [
|
||||||
|
"amd",
|
||||||
|
"globals",
|
||||||
|
"node"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"videojs",
|
||||||
|
"flash",
|
||||||
|
"video",
|
||||||
|
"player",
|
||||||
|
"resolution",
|
||||||
|
"sources",
|
||||||
|
"videojs-plugin"
|
||||||
|
],
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"homepage": "https://github.com/kmoskwiak/videojs-resolution-switcher",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue