-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 706 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 706 Bytes
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
{
"name": "jquery.floatThead",
"homepage": "http://mkoryak.github.io/floatThead/",
"authors": [
"Misha Koryak"
],
"description": "Fixed <thead>. Doesn't need any custom css/html. Does what position:sticky can't",
"main": [
"dist/jquery.floatThead.js",
"dist/jquery.floatThead.min.js"
],
"browser": [
"dist/jquery.floatThead.min.js"
],
"keywords": [
"float table header", "locked header", "table header", "table", "sticky header", "floatThead", "scrolling table", "fixed header"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"src",
"demo",
"package.json",
".gitignore"
],
"dependencies": {
"jquery": ">= 1.8.0"
}
}