-
Notifications
You must be signed in to change notification settings - Fork 13
/
equalizer.jquery.json
42 lines (42 loc) · 1.05 KB
/
equalizer.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
33
34
35
36
37
38
39
40
41
42
{
"name": "equalizer",
"title": "Equalizer",
"version": "1.2.5",
"description": "Equalize column heights across multiple rows, on page resize. It can also be based on a minimum or maximum set height.",
"author": {
"name": "Chris Coyier",
"url": "https://github.com/chriscoyier"
},
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie"
}
],
"licenses": [
{
"type": "GPL3",
"url": "https://github.com/css-tricks/Equalizer/blob/master/license.txt"
}
],
"bugs": "https://github.com/CSS-Tricks/Equalizer/issues",
"homepage": "http://css-tricks.com/equal-height-blocks-in-rows/",
"demo": "http://css-tricks.github.com/Equalizer/",
"docs": "https://github.com/CSS-Tricks/Equalizer/wiki",
"download": "https://github.com/CSS-Tricks/Equalizer/archive/master.zip",
"dependencies": {
"jquery": ">=1.2.6"
},
"keywords": [
"equal",
"columns",
"height",
"resize",
"adaptive",
"ui"
],
"files": [
"js/jquery.equalizer.js",
"js/jquery.equalizer.min.js"
]
}