subtotal
Version:
Subtotal.js is a JavaScript plugin for PivotTable.js. It renders subtotals of rows and columns with the ability to expand and collapse rows.
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "subtotal",
"version": "1.11.0-alpha.0",
"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.",
"main": "dist/subtotal.js",
"keywords": [
"pivot",
"crosstab",
"grid",
"table",
"pivottable",
"pivotgrid",
"pivotchart",
"jquery",
"jquery-plugin",
"subtotal",
"expand",
"collapse",
"summary"
],
"repository": {
"type": "git",
"url": "git://github.com/nagarajanchinnasamy/subtotal.git"
},
"author": "Nagarajan Chinnasamy",
"license": "MIT",
"bugs": {
"url": "https://github.com/nagarajanchinnasamy/subtotal/issues"
},
"homepage": "https://github.com/nagarajanchinnasamy/subtotal",
"dependencies": {
"pivottable": ">=2.7.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-bump": "^2.5.1",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.2",
"gulp-debug": "^3.1.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.12.0",
"gulp-clean-css": "^3.9.0",
"gulp-rename": "^1.2.0",
"gulp-serve": "^1.2.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.1",
"run-sequence": "^1.0.2"
}
}