diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..905bdff --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "Vanderlee Coverflow", + "version": "1.0.4", + "homepage": "https://github.com/vanderlee/coverflow", + "authors": [ + "Martijn van der Lee " + ], + "description": "A jQuery-based Coverflow components with optional mousewheel, CSS3 interpolation, transformations, touch swipe, reflections and more.", + "main": "jquery.coverflow.js", + "keywords": [ + "jquery", + "coverflow" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": ">=1.7.0", + "jqueryui": ">=1.9.0" + } +}