| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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/types.d.ts",
- "version": "1.5.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": ">=1.4.0",
- "datatables.net-bs4": ">=1.12.1",
- "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"
- }
- }
|