From 8593119284fc5477bb0aa4551188375ae3b762da Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Sun, 30 Jul 2023 17:25:52 +0100 Subject: [PATCH] Add subtotal w/ npm auto-update --- packages/s/subtotal.json | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 packages/s/subtotal.json diff --git a/packages/s/subtotal.json b/packages/s/subtotal.json new file mode 100644 index 000000000..47212a184 --- /dev/null +++ b/packages/s/subtotal.json @@ -0,0 +1,43 @@ +{ + "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.", + "keywords": [ + "pivot", + "crosstab", + "grid", + "table", + "pivottable", + "pivotgrid", + "pivotchart", + "jquery", + "jquery-plugin", + "subtotal", + "expand", + "collapse", + "summary" + ], + "license": "MIT", + "homepage": "https://github.com/nagarajanchinnasamy/subtotal", + "repository": { + "type": "git", + "url": "git://github.com/nagarajanchinnasamy/subtotal.git" + }, + "authors": [ + { + "name": "Nagarajan Chinnasamy" + } + ], + "autoupdate": { + "source": "npm", + "target": "subtotal", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "*.@(css|js)" + ] + } + ] + }, + "filename": "subtotal.min.js" +}