From 6309278e2ee975a5f7b2dcf3ed2e7d6a747092c4 Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Wed, 28 Oct 2015 15:29:57 +0100 Subject: [PATCH] bower support --- bower.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..131b464 --- /dev/null +++ b/bower.json @@ -0,0 +1,35 @@ +{ + "name": "vjs-resolution-switcher", + "version": "0.1.2", + "authors": [ + "Kasper Moskwiak " + ], + "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" + ] +}