Skip to content

Commit 3fdbeae

Browse files
committed
added jquery package file
1 parent ae41130 commit 3fdbeae

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

matchHeight.jquery.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "matchHeight",
3+
"title": "jQuery matchHeight",
4+
"description": "A more robust equal heights plugin for jQuery",
5+
"keywords": [
6+
"matchHeight",
7+
"equal",
8+
"match",
9+
"height",
10+
"equalize",
11+
"columns"
12+
],
13+
"version": "0.5.0",
14+
"author": {
15+
"name": "liabru",
16+
"url": "http://brm.io"
17+
},
18+
"licenses": [
19+
{
20+
"type": "MIT",
21+
"url": "https://github.com/liabru/jquery-match-height/blob/master/LICENSE"
22+
}
23+
],
24+
"demo": "http://brm.io/jquery-match-height-demo/",
25+
"bugs": "https://github.com/liabru/jquery-match-height/issues",
26+
"homepage": "http://brm.io/jquery-match-height/",
27+
"docs": "http://brm.io/jquery-match-height/",
28+
"download": "https://github.com/liabru/jquery-match-height",
29+
"dependencies": {
30+
"jquery": ">=1.5"
31+
}
32+
}

0 commit comments

Comments
 (0)