-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathfreezeheader.jquery.json
36 lines (36 loc) · 1.04 KB
/
freezeheader.jquery.json
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
{
"name": "freezeheader",
"title": "jQuery freezeheader",
"description": "A simple jquery plugin to freeze header row in html table.",
"keywords": [
"Freezeheader",
"Header",
"table",
"fixed"
],
"version": "1.0.7",
"author": {
"name": "Laerte Mercier Junior",
"email": "[email protected]",
"url": "https://github.com/laertejjunior/"
},
"maintainers": [
{
"name": "Laerte Mercier Junior",
"email": "[email protected]",
"url": "https://github.com/laertejjunior/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/laertejjunior/freezeheader/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/laertejjunior/freezeheader/issues",
"homepage": "http://laertejjunior.github.io/freezeheader/",
"download": "https://github.com/laertejjunior/freezeheader/blob/master/js/jquery.freezeheader.js",
"dependencies": {
"jquery": ">=1.7"
}
}