forked from mkoryak/floatThead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 807 Bytes
/
bower.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
{
"name": "jquery.floatThead",
"homepage": "http://mkoryak.github.io/floatThead/",
"authors": [
"Misha Koryak"
],
"description": "Unobtrusively float any table's header without breaking styles or events",
"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",
"bower_components",
"test",
"demo",
"Gruntfile.coffee",
"jquery.floatThead._.js",
"jquery.floatThead.js",
"package.json",
".gitignore"
],
"dependencies": {
"jquery": ">= 1.8.0"
}
}