{
    "name": "datatables-autofill-bootstrap",
    "description": "AutoFill for DataTables with styling for [Bootstrap](http://getbootstrap.com/)",
    "main": [
        "js/dataTables.autoFill.js",
        "js/autoFill.bootstrap.js",
        "css/autoFill.bootstrap.css"
    ],
    "keywords": [
        "autofill",
        "excel",
        "DataTables",
        "jQuery",
        "table",
        "Bootstrap"
    ],
    "dependencies": {
        "jquery": ">=1.7.0"
    },
    "moduleType": [
        "globals",
        "amd",
        "node"
    ],
    "ignore": [
        "composer.json",
        "datatables.json",
        "package.json"
    ],
    "authors": [
        {
            "name": "SpryMedia Ltd",
            "homepage": "https://datatables.net"
        }
    ],
    "homepage": "https://datatables.net",
    "license": "MIT"
}