File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ $('.parent').equalize('innerWidth');</pre>
3939
4040Author & copyright (c) 2012: [ Tim Svensen] ( http://timsvensen.com )
4141
42- Dual MIT & GPL license
42+ Dual MIT & GPLv2 license
Original file line number Diff line number Diff line change 1+ {
2+ 'name': 'equalize',
3+ 'title': 'equalize',
4+ 'description': 'The jQuery plugin for equalizing the height or width of your elements',
5+
6+ 'keywords': [
7+ 'ui',
8+ 'equalize',
9+ 'equal'
10+ 'height'
11+ 'width'
12+ 'layout'
13+ ],
14+
15+ 'version': '1.0.0',
16+ 'author': {
17+ 'name': 'Tim Svensen',
18+ 'url': 'http://timsvensen.com'
19+ },
20+
21+ 'licenses': [{
22+ 'type': 'MIT',
23+ 'url': 'http://opensource.org/licenses/MIT'
24+ }, {
25+ 'type': 'GPLv2',
26+ 'url': 'http://opensource.org/licenses/GPL-2.0'
27+ }],
28+
29+ 'homepage': 'https://github.com/tsvensen/equalize.js',
30+ 'demo': 'http://tsvensen.github.com/equalize.js/',
31+
32+ 'dependencies': {
33+ 'jquery': '>=1.4.x',
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments