diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..28f902f --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "jquery-resize", + "description": "Bind resize event handlers to elements other than window, for super-awesome-resizing-greatness!", + "version": "0.1.1", + "keywords": [ + "jquery", + "resize", + "js" + ], + "homepage": "https://github.com/cowboy/jquery-resize", + "authors": [ + "Ben Alman" + ], + "main": [ + "jquery.ba-resize.js" + ], + "dependencies": { + "jquery": ">= 1.3.2" + } +}