forked from mkoryak/floatThead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 966 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
42
{
"name": "floatthead",
"version": "1.4.0",
"description": "fixed table header plugin that works",
"main": "dist/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",
"jQuery plugin"
],
"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"
]
}
]
}