{
    "name": "datatables.net-searchbuilder-bs4",
    "description": "SearchBuilder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
    "main": "js/searchBuilder.bootstrap4.js",
    "module": "js/searchBuilder.bootstrap4.mjs",
    "style": "css/searchBuilder.bootstrap4.css",
    "types": "./types/searchBuilder.bootstrap4.d.ts",
    "version": "2.0.0",
    "files": [
        "css/**/*.css",
        "js/**/*.js",
        "js/**/*.mjs",
        "types/**/*.d.ts"
    ],
    "keywords": [
        "SearchBuilder",
        "Filtering",
        "Search",
        "Bootstrap",
        "Bootstrap4",
        "Datatables",
        "table",
        "filter",
        "sort"
    ],
    "dependencies": {
        "datatables.net-searchbuilder": "2.0.0",
        "datatables.net-bs4": "^3"
    },
    "author": {
        "name": "SpryMedia Ltd",
        "url": "http://datatables.net"
    },
    "homepage": "https://datatables.net",
    "bugs": "https://datatables.net/forums",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DataTables/SearchBuilder.git"
    }
}