diff options
Diffstat (limited to 'extlib/videojs-resolution-switcher/bower.json')
-rw-r--r-- | extlib/videojs-resolution-switcher/bower.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/extlib/videojs-resolution-switcher/bower.json b/extlib/videojs-resolution-switcher/bower.json deleted file mode 100644 index 7e734d44..00000000 --- a/extlib/videojs-resolution-switcher/bower.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "vjs-resolution-switcher", - "version": "0.4.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" - ] -} |