diff options
Diffstat (limited to 'www/lib/videogular-cuepoints/bower.json')
| -rw-r--r-- | www/lib/videogular-cuepoints/bower.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/lib/videogular-cuepoints/bower.json b/www/lib/videogular-cuepoints/bower.json new file mode 100644 index 00000000..b4262999 --- /dev/null +++ b/www/lib/videogular-cuepoints/bower.json @@ -0,0 +1,21 @@ +{ + "name": "videogular-cuepoints", + "homepage": "https://github.com/HarryCutts/videogular-cuepoints", + "description": "Videogular plugin for displaying marks on a video's scrub bar", + "license": "MIT", + "authors": [ + { "name": "Harry Cutts" } + ], + + "main": [ + "cuepoints.js", + "cuepoints.css" + ], + "dependencies": { + "videogular-controls": "1.x" + }, + "ignore": [ + "**/.*", + "**/*.md" + ] +} |
