-
Notifications
You must be signed in to change notification settings - Fork 12
/
equalHeight.jquery.json
30 lines (30 loc) · 989 Bytes
/
equalHeight.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
{
"name": "equalHeight",
"version": "1.0.1",
"title": "EqualHeight.js",
"author": {
"name": "Joren Van Hee",
"url": "http://joren.co"
},
"description": "A jQuery plugin that sets the height of each element in a group to the height of the highest element. It is responsive, so it keeps working when you resize your window.",
"keywords": [
"responsive",
"equal",
"height",
"faux",
"columns"
],
"homepage": "https://github.com/JorenVanHee/EqualHeight.js",
"docs": "https://github.com/JorenVanHee/EqualHeight.js#readme",
"download": "https://github.com/JorenVanHee/EqualHeight.js/archive/master.zip",
"bugs": "https://github.com/JorenVanHee/EqualHeight.js/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JorenVanHee/EqualHeight.js/blob/master/README.md#license"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}