forked from liabru/jquery-match-height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatchHeight.jquery.json
32 lines (32 loc) · 880 Bytes
/
matchHeight.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "matchHeight",
"title": "jQuery matchHeight",
"description": "A more robust equal heights plugin for jQuery",
"keywords": [
"matchHeight",
"equal",
"match",
"height",
"equalize",
"columns"
],
"version": "0.6.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"
}
}