| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "datatables.net-select-bs4",
- "description": "Select for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)",
- "main": [
- "css/select.bootstrap4.css"
- ],
- "keywords": [
- "select",
- "selection",
- "DataTables",
- "jQuery",
- "table",
- "Bootstrap 4"
- ],
- "dependencies": {
- "jquery": ">=1.7",
- "datatables.net-bs4": ">=1.10.13",
- "datatables.net-select": ">=1.2.1"
- },
- "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"
- }
|