From 3fdbeaee897b1fc1c7f8c9038569d3b0e5027090 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 2 Mar 2014 16:58:30 +0000 Subject: [PATCH] added jquery package file --- matchHeight.jquery.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 matchHeight.jquery.json diff --git a/matchHeight.jquery.json b/matchHeight.jquery.json new file mode 100644 index 0000000..8a3b26f --- /dev/null +++ b/matchHeight.jquery.json @@ -0,0 +1,32 @@ +{ + "name": "matchHeight", + "title": "jQuery matchHeight", + "description": "A more robust equal heights plugin for jQuery", + "keywords": [ + "matchHeight", + "equal", + "match", + "height", + "equalize", + "columns" + ], + "version": "0.5.0", + "author": { + "name": "liabru", + "url": "http://brm.io" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/liabru/jquery-match-height/blob/master/LICENSE" + } + ], + "demo": "http://brm.io/jquery-match-height-demo/", + "bugs": "https://github.com/liabru/jquery-match-height/issues", + "homepage": "http://brm.io/jquery-match-height/", + "docs": "http://brm.io/jquery-match-height/", + "download": "https://github.com/liabru/jquery-match-height", + "dependencies": { + "jquery": ">=1.5" + } +} \ No newline at end of file