-
Notifications
You must be signed in to change notification settings - Fork 1
/
tableable.jquery.json
executable file
·60 lines (55 loc) · 1.45 KB
/
tableable.jquery.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "tableable",
"title": "jQuery tableable plugin",
"version": "3.0.0",
"description": "A plugin to filter, paginate and sort html tables and any blockelement that should act as a table.",
"keywords": [
"jquery",
"plugins",
"table",
"filter",
"pager",
"sorter"
],
"repository": {
"type": "git",
"url": "https://github.com/guhberlin/tableable"
},
"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.7"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-casper": "~0.3.5"
},
"directories": { "test": "tests" },
"scripts": { "test": "grunt test" }
}