forked from nicolaskruchten/pivottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pivottable.jquery.json
33 lines (33 loc) · 934 Bytes
/
pivottable.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
{
"name": "pivottable",
"title": "PivotTable.js",
"description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop",
"keywords": [
"pivot",
"crosstab",
"grid",
"table",
"pivottable",
"pivotgrid",
"pivotchart"
],
"version": "1.6.3",
"author": {
"name": "Nicolas Kruchten",
"email": "[email protected]",
"url": "http://nicolas.kruchten.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nicolaskruchten/pivottable/blob/master/ReadMe.md"
}
],
"bugs": "https://github.com/nicolaskruchten/pivottable/issues",
"homepage": "http://nicolas.kruchten.com/pivottable",
"docs": "https://github.com/nicolaskruchten/pivottable/wiki",
"dependencies": {
"jquery": "*",
"jqueryui": "*"
}
}