Skip to content

Commit 071ef67

Browse files
committed
Adding json package file to add to jQuery plugin registry
1 parent a0eba8c commit 071ef67

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ $('.parent').equalize('innerWidth');</pre>
3939

4040
Author & copyright (c) 2012: [Tim Svensen](http://timsvensen.com)
4141

42-
Dual MIT & GPL license
42+
Dual MIT & GPLv2 license

equalize.jquery.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

0 commit comments

Comments
 (0)