Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 78c4eec

Browse files
committed
[Task] make bower package
1 parent 490b619 commit 78c4eec

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "equal-height",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/markusfalk/equal-height",
5+
"authors": [
6+
"Markus Falk <[email protected]>"
7+
],
8+
"description": "jQuery Plugin for getting and setting the min-height of given elements to the highest calculated value",
9+
"main": "jquery.equal-height.js",
10+
"keywords": [
11+
"equal",
12+
"height"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"*.md",
17+
"*.html"
18+
],
19+
"dependencies": {
20+
"jquery": ">1.7.0"
21+
}
22+
}

0 commit comments

Comments
 (0)