Bootstrap + DataTables cleanup

This commit is contained in:
jokob-sk
2024-12-20 14:11:16 +11:00
parent 40e4502f29
commit 7913d42699
35 changed files with 41755 additions and 16271 deletions

View File

@@ -1,36 +0,0 @@
{
"name": "datatables.net",
"description": "DataTables for jQuery ",
"main": [
"js/jquery.dataTables.js"
],
"keywords": [
"filter",
"sort",
"DataTables",
"jQuery",
"table",
"DataTables"
],
"dependencies": {
"jquery": ">=1.7"
},
"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"
}