forked from guhberlin/tableable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtableable.jquery.json
More file actions
executable file
·42 lines (42 loc) · 944 Bytes
/
Copy pathtableable.jquery.json
File metadata and controls
executable file
·42 lines (42 loc) · 944 Bytes
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
{
"name": "tableable",
"title": "jQuery tableable plugin",
"description": "A plugin to filter, paginate and sort html tables",
"keywords": [
"jquery",
"plugins",
"table",
"filter",
"pager",
"sorter"
],
"version": "2.4.7",
"author": {
"name": "guhberlin",
"url": "https://github.com/guhberlin"
},
"maintainers": [
{
"name": "Manuel Piesold",
"email": "manuel@piesold.com",
"url": "https://github.com/manuelpiesold"
},
{
"name": "Alexander Lipinski",
"email": "skeln@gmx.de",
"url": "https://github.com/skeln"
}
],
"licenses": [
{
"type": "BSD-3-Clause"
}
],
"bugs": "https://github.com/guhberlin/tableable/issues",
"homepage": "http://guhberlin.github.io/tableable",
"docs": "https://github.com/guhberlin/tableable#readme",
"download": "https://github.com/guhberlin/tableable/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}