diff options
author | liabru <liambrum@gmail.com> | 2014-04-15 12:19:38 +0100 |
---|---|---|
committer | liabru <liambrum@gmail.com> | 2014-04-15 12:19:38 +0100 |
commit | 56c9902d903701a6da90c32d06f6eb862a49760f (patch) | |
tree | aad9d67390719726d986e20cc702a30bb8fe9a59 | |
parent | 22b74da8c739af31d5c5164e761325d1ef939d31 (diff) | |
download | jquery-match-height-56c9902d903701a6da90c32d06f6eb862a49760f.zip jquery-match-height-56c9902d903701a6da90c32d06f6eb862a49760f.tar.gz jquery-match-height-56c9902d903701a6da90c32d06f6eb862a49760f.tar.bz2 |
added bower package
-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" + ] +} |