TIF_E41212062/public/assets/dist/libs/datatables.net-bs5/package.json

48 lines
1.1 KiB
JSON

{
"name": "datatables.net-bs5",
"description": "DataTables for jQuery with styling for [Bootstrap5](https://getbootstrap.com/)",
"main": "js/dataTables.bootstrap5.js",
"style": "css/dataTables.bootstrap5.css",
"types": "./types/dataTables.bootstrap5.d.ts",
"version": "1.12.1",
"files": [
"css/**/*.css",
"js/**/*.js",
"types/**/*.d.ts",
"images/*"
],
"keywords": [
"Bootstrap",
"Bootstrap5",
"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-Bootstrap5.git"
}
}