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