diff options
-rw-r--r-- | bower.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..02a6e57 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "matchHeight", + "version": "0.5.1", + "homepage": "https://github.com/liabru/jquery-match-height", + "authors": [ + "Liam Brummitt <liam@brm.io> (http://brm.io/)" + ], + "description": "a more robust, responsive equal heights plugin for jQuery", + "main": "jquery.matchHeight-min.js", + "keywords": [ + "matchHeight", + "equal", + "match", + "height", + "equalize", + "columns" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} |