-
Notifications
You must be signed in to change notification settings - Fork 19
/
jbPivot.jquery.json
43 lines (43 loc) · 1.1 KB
/
jbPivot.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
{
"name": "jbPivot",
"title": "jQuery jbPivot",
"description": "A simple pivot table jQuery widget",
"keywords": [
"table",
"grid",
"pivot",
"grouping",
"analyze",
"agregate"],
"version": "0.1.0",
"author": {
"name": "Jordi Baylina",
"email": "[email protected]",
"url": "http://www.jbpivot.org"
},
"maintainers": [
{
"name": "Jordi Baylina",
"email": "[email protected]",
"url": "http://www.jbpivot.org"
},
{
"name": "Jordi Moraleda",
"email": "[email protected]",
"url": "http://www.uniclau.com"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.4"
},
"bugs": "https://github.com/uniclau/jbPivot/issues",
"homepage": "http://www.jbpivot.org",
"docs": "https://github.com/uniclau/jbPivot/blob/master/README.md",
"demo": "http://www.jbpivot.org"
}