This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "sticky-table-headers.js",
"version": "0.2.3",
"description": "Sticky table headers done right, with native JS & CSS",
"authors": [
"Brandon Sara (http://bsara.github.io)"
],
"license": "CPOL-1.02",
"homepage": "https://github.com/bsara/sticky-table-headers.js#readme",
"bugs": {
"url": "https://github.com/bsara/sticky-table-headers.js/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/bsara/sticky-table-headers.js.git"
},
"keywords": [
"stick",
"sticky",
"table",
"tables",
"header",
"headers",
"heading",
"headings",
"stickyheader",
"stickyheaders",
"stickyheading",
"stickyheadings",
"stickytableheader",
"stickytableheaders",
"stickytableheading",
"stickytableheadings"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"main": "dist/sticky-table-headers.js",
"files": [
"/dist/*.js",
"/dist/*.css",
"/dist/*.scss",
"/LICENSE",
"/README.md"
],
"devDependencies": {
"del": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-cssmin": "latest",
"gulp-if": "latest",
"gulp-insert": "latest",
"gulp-jscs": "latest",
"gulp-jsdoc": "latest",
"gulp-jshint": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"gulp-wrap-umd": "latest",
"jshint": "latest",
"jshint-stylish": "latest",
"merge-stream": "latest",
"path": "latest",
"run-sequence": "latest"
}
}