Skip to content

Commit 3f9aab9

Browse files
committed
Create jQuery plugin package manifest
1 parent 368a34a commit 3f9aab9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

fixEm.jquery.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "fixEm",
3+
"title": "jQuery fixEm",
4+
"description": "A plugin to fix table head rows and columns",
5+
"keywords": [
6+
"jquery-plugins",
7+
"fixEm"
8+
],
9+
"version": "1.0.0",
10+
"author": {
11+
"name": "Zach Painter",
12+
"url": "https://github.com/zachpainter77"
13+
},
14+
"maintainers": [
15+
{
16+
"name": "Zach Painter",
17+
"url": "https://github.com/zachpainter77"
18+
}
19+
],
20+
"licenses": [
21+
{
22+
"type": "MIT",
23+
"url": "http://www.opensource.org/licenses/mit-license.php"
24+
}
25+
],
26+
"bugs": "https://github.com/zachpainter77/jQuery-fixEm/issues",
27+
"homepage": "https://github.com/zachpainter77/jQuery-fixEm/",
28+
"docs": "https://github.com/zachpainter77/jQuery-fixEm/#readme",
29+
"download": "https://github.com/zachpainter77/jQuery-fixEm/archive/master.zip",
30+
"dependencies": {
31+
"jquery": ">=1.4"
32+
}
33+
}

0 commit comments

Comments
 (0)