forked from jsliang/eqHeight.coffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheqHeight.jquery.json
36 lines (36 loc) · 1.02 KB
/
eqHeight.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
{
"name": "eqHeight",
"title": "jQuery eqHeight.coffee",
"description": "eqHeight.coffee is a jQuery plugin that stretches fluid columns to equal height.",
"keywords": [
"responsive",
"column", "columns",
"same", "equal",
"height", "heights"
],
"version": "1.2.4",
"author": {
"name": "Jui-Shan Liang (Jenny)",
"email": "[email protected]",
"url": "http://jsliang.com/"
},
"maintainers": [
{
"name": "Jui-Shan Liang (Jenny)",
"email": "[email protected]",
"url": "http://jsliang.com/"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "http://github.com/jsliang/eqHeight.coffee/blob/1.2.4/LICENSE"
}
],
"bugs": "http://github.com/jsliang/eqHeight.coffee/issues",
"homepage": "http://jsliang.github.com/eqHeight.coffee",
"demo": "http://jsliang.github.com/eqHeight.coffee/demo.html",
"dependencies": {
"jquery": ">=1.8.3"
}
}