-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathbower.json
38 lines (38 loc) · 818 Bytes
/
bower.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
{
"name": "subtotal",
"description": "Subtotal.js is a JavaScript plugin for PivotTable.js. It renders subtotals of rows and columns with the ability to expand and collapse rows.",
"version": "1.11.0-alpha.0",
"main": [
"dist/subtotal.js"
],
"license": "MIT",
"ignore": [
".gitignore",
"gulpFile.js",
"package.json",
"bower.json",
"subtotal.coffee"
],
"keywords": [
"pivot",
"crosstab",
"grid",
"table",
"pivottable",
"pivotgrid",
"pivotchart",
"jquery",
"subtotal",
"expand",
"collapse",
"summary"
],
"homepage": "https://github.com/nagarajanchinnasamy/subtotal",
"repository": {
"type": "git",
"url": "git://github.com/nagarajanchinnasamy/subtotal.git"
},
"dependencies": {
"pivottable": ">=2.7.0"
}
}