forked from mkoryak/floatThead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 945 Bytes
/
package.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
39
40
41
{
"name": "floatthead",
"version": "1.2.10",
"description": "fixed table header plugin that works",
"filename": "jquery.floatThead.js",
"dependencies": {},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mkoryak/floatThead.git"
},
"keywords": [
"locked header",
"floating header",
"fixed header",
"fixed table header",
"table",
"thead",
"floatThead",
"scrolling table"
],
"author": "Misha Koryak",
"license": "MIT",
"bugs": "https://github.com/mkoryak/floatThead/issues",
"homepage": "https://github.com/mkoryak/floatThead",
"npmName": "floatthead",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
]
}