UNPKG

datatables.net-bs4

Version:

DataTables for jQuery with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

49 lines 1.26 kB
{ "name": "datatables.net-bs4", "description": "DataTables for jQuery with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", "main": "js/dataTables.bootstrap4.js", "module": "js/dataTables.bootstrap4.mjs", "style": "css/dataTables.bootstrap4.css", "types": "./types/dataTables.bootstrap4.d.ts", "version": "2.3.5", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "Bootstrap", "Bootstrap4", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net": "2.3.5", "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-Bootstrap4.git" } }