{
    "name": "datatables.net-rowgroup-bs5",
    "description": "RowGroup for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)",
    "main": "js/rowGroup.bootstrap5.js",
    "module": "js/rowGroup.bootstrap5.mjs",
    "style": "css/rowGroup.bootstrap5.css",
    "types": "./types/rowGroup.bootstrap5.d.ts",
    "version": "1.4.1",
    "files": [
        "css/**/*.css",
        "js/**/*.js",
        "js/**/*.mjs",
        "types/**/*.d.ts"
    ],
    "keywords": [
        "RowGroup",
        "Row Grouping",
        "Bootstrap",
        "Bootstrap5",
        "Datatables",
        "jQuery",
        "table",
        "filter",
        "sort"
    ],
    "dependencies": {
        "datatables.net-rowgroup": ">=1.3.1",
        "datatables.net-bs5": ">=1.13.4",
        "jquery": ">=1.7"
    },
    "moduleType": [
        "globals",
        "amd",
        "node"
    ],
    "ignore": [
        "composer.json",
        "datatables.json",
        "package.json"
    ],
    "author": {
        "name": "SpryMedia Ltd",
        "url": "http://datatables.net"
    },
    "homepage": "https://datatables.net",
    "bugs": "https://datatables.net/forums",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap5.git"
    }
}