{
    "name": "datatables.net-bs4",
    "version": "2.1.1",
    "description": "DataTables for jQuery with styling for [Bootstrap 4](http://getbootstrap.com/)",
    "files": [
        "js/dataTables.bootstrap4.js",
        "css/dataTables.bootstrap4.css"
    ],
    "main": "./js/dataTables.bootstrap4.js",
    "keywords": [
        "filter",
        "sort",
        "DataTables",
        "jQuery",
        "table",
        "Bootstrap 4"
    ],
    "homepage": "https://datatables.net",
    "bugs": "https://datatables.net/forums",
    "license": "MIT",
    "author": {
        "name": "SpryMedia Ltd",
        "url": "http://datatables.net"
    },
    "dependencies": {
        "jquery": ">=1.7",
        "datatables.net": ">=1.10.13"
    }
}