{ "name": "datatables.net-bs", "description": "DataTables for jQuery with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)", "main": "js/dataTables.bootstrap.js", "style": "css/dataTables.bootstrap.css", "types": "./types/dataTables.bootstrap.d.ts", "version": "1.11.4", "files": [ "css/**/*.css", "js/**/*.js", "types/**/*.d.ts", "images/*" ], "keywords": [ "Bootstrap", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net": ">=1.11.3", "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-Bootstrap.git" } }