-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfixEm.jquery.json
38 lines (38 loc) · 904 Bytes
/
fixEm.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
37
38
{
"name": "fixEm",
"title": "jQuery fixEm",
"description": "A plugin to fix table head rows and columns",
"keywords": [
"jquery",
"fixEm",
"table",
"scroll",
"sticky",
"header",
"column"
],
"version": "1.0.2",
"author": {
"name": "Zach Painter",
"url": "https://github.com/zachpainter77"
},
"maintainers": [
{
"name": "Zach Painter",
"url": "https://github.com/zachpainter77"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/zachpainter77/jQuery-fixEm/issues",
"homepage": "https://github.com/zachpainter77/jQuery-fixEm/",
"docs": "https://github.com/zachpainter77/jQuery-fixEm/#readme",
"download": "https://github.com/zachpainter77/jQuery-fixEm/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}