-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 829 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
{
"name": "jquery-sticky-table-plugin",
"version": "1.0.0",
"description": "jquery.stickytable is a lightweight plugin to help developers have fixed rows or columns in a `<table>` using CSS classes only",
"main": "jquery.stickytable.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/armaaar/JQuery-Sticky-Table.git"
},
"keywords": [
"jquery",
"table",
"stick",
"sticky",
"header",
"column"
],
"author": "Ahmed Rafik Ibrahim",
"license": "MIT",
"bugs": {
"url": "https://github.com/armaaar/JQuery-Sticky-Table/issues"
},
"homepage": "https://github.com/armaaar/JQuery-Sticky-Table#readme",
"dependencies": {
"jquery": "^3.5.1"
}
}