forked from tsvensen/equalize.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 730 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 730 Bytes
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
{
"name": "equalize",
"version": "1.0.1",
"description": "jQuery plugin for equalizing the height or width of your elements",
"homepage": "http://tsvensen.github.io/equalize.js/",
"keywords": [
"ui",
"equalize",
"equal",
"height",
"width",
"layout"
],
"author": {
"name": "Tim Svensen",
"url": "http://timsvensen.com"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}, {
"type": "GPLv2",
"url": "http://opensource.org/licenses/GPL-2.0"
}],
"main": [
"js/equalize.js",
"js/equalize.min.js"
],
"dependencies": {
"jquery": ">=1.4.x"
},
"ignore": [
"**/.*",
"index.html",
"css",
"js/libs/*"
]
}