Skip to content

Commit

Permalink
Merge branch 'fabiomontefuscolo-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajanchinnasamy committed May 13, 2017
2 parents 8358f6a + 688bd0d commit 74e27ec
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "nagarajanchinnasamy/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.",
"authors": [
{
"name": "Nagarajan Chinnasamy",
"email": "nagarajanchinnasamy@gmail.com",
"homepage": "https://github.com/nagarajanchinnasamy"
}
],
"keywords": [
"pivot",
"crosstab",
"grid",
"table",
"pivottable",
"pivotgrid",
"pivotchart",
"jquery",
"jquery-plugin",
"subtotal",
"expand",
"collapse",
"summary"
],
"type": "library",
"license": "MIT",
"minimum-stability": "stable",
"homepage": "http://nagarajanchinnasamy.com/subtotal",
"require": {
"nicolaskruchten/pivottable": "^2.7.0"
}
}

0 comments on commit 74e27ec

Please sign in to comment.