We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8667e commit 2b03aaaCopy full SHA for 2b03aaa
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "fixed-header-table",
3
+ "version": "1.3.0",
4
+ "description": "jQuery plugin for tables with fixed headers",
5
+ "main": "jquery.fixedheadertable.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/markmalek/Fixed-Header-Table"
12
13
+ "author": "Mark Malek <[email protected]>",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/markmalek/Fixed-Header-Table/issues"
17
18
+ "homepage": "https://github.com/markmalek/Fixed-Header-Table"
19
+}
0 commit comments