Merge branch 'bower-support'

This commit is contained in:
Kasper Moskwiak 2015-10-28 15:30:05 +01:00
commit cc927b402e

35
bower.json Normal file
View 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"
]
}