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