-
-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
44 lines (44 loc) · 1.06 KB
/
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
43
44
{
"name": "floatthead",
"version": "2.2.5",
"description": "fixed table header plugin that works",
"main": "dist/jquery.floatThead.min.js",
"types": "dist/jquery.floatThead.d.ts",
"scripts": {
"build": "cp src/jquery.floatThead.js dist/jquery.floatThead.js && uglifyjs dist/jquery.floatThead.js --compress --mangle --comments -o dist/jquery.floatThead.min.js"
},
"dependencies": {},
"devDependencies": {
"uglify-js": "^3.3.8"
},
"repository": {
"type": "git",
"url": "git://github.com/mkoryak/floatThead.git"
},
"keywords": [
"locked header",
"floating header",
"fixed header",
"fixed table header",
"table",
"thead",
"fixed position",
"the cat is cute",
"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"
]
}
]
}