-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.22 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
{
"name": "tablesorter-pagercontrols",
"version": "1.6.0",
"description": "This jQuery plug-in is an add-on for mottie's tablesorter, more explicitly its pager add-on. It programmatically adds pager controls below a table and applies the pager add-on for large HTML tables, so that you don't have to insert the controls to the HTML manually any more.",
"main": "dist/js/jquery.tablesorter.pager.appendcontrols.english.min.js",
"directories": {
"example": "examples"
},
"dependencies": {
"tablesorter": "^2.28.4",
"jquery": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/isg-software/tablesorter-pagercontrols.git"
},
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"tablesorter",
"table",
"sort",
"pager",
"buttons",
"control"
],
"author": "Immo Schulz-Gerlach <[email protected]> (http://www.isg-software.de)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/isg-software/tablesorter-pagercontrols/issues"
},
"homepage": "https://github.com/isg-software/tablesorter-pagercontrols#readme"
}