Skip to content

Commit 2b03aaa

Browse files
committed
Adds package.json
1 parent 8b8667e commit 2b03aaa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)