-
Notifications
You must be signed in to change notification settings - Fork 33
/
tabelizer.jquery.json
39 lines (39 loc) · 1.09 KB
/
tabelizer.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
{
"name": "tabelizer",
"title": "jQuery Tabelizer",
"description": "jQuery plugin to provide multi level grouping indicators for tables.",
"keywords": [
"tables",
"grouping",
"subtotal"
],
"version": "1.0.3",
"author": {
"name": "Rafael Huisman",
"url": "http://powerconsulting.co"
},
"maintainers": [
{
"name": "Rafael Huisman",
"url": "http://powerconsulting.co"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
},
{
"type": "GPL 2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"bugs": "https://github.com/powerconsulting/jquery.tabelizer/issues",
"homepage": "https://github.com/powerconsulting/jquery.tabelizer",
"download": "https://github.com/powerconsulting/jquery.tabelizer",
"dependencies": {
"jquery": ">=1.6",
"jquery.ui": ">=1.8"
},
"demo": "http://powerconsulting.co/Samples/Tabelizer"
}