diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..60ee21a --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "jquery.videoBG", + "version": "0.0.1", + "homepage": "http://syddev.com/jquery.videoBG", + "authors": [ + "Syd Lawrence" + ], + "description": "Adding HTML5 video backgrounds to websites", + "main": "jquery.videoBG.js", + "keywords": [ + "jquery", + "video" + "background", + "bg" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}