composer.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "version": "1.4.0",
  3. "name": "datatables.net/datatables.net-select-bs4",
  4. "description": "Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
  5. "support": {
  6. "forum": "https://datatables.net/forums",
  7. "source": "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap4"
  8. },
  9. "homepage": "http://www.datatables.net/",
  10. "authors": [
  11. {
  12. "name": "SpryMedia",
  13. "homepage": "https://datatables.net"
  14. }
  15. ],
  16. "license": [
  17. "MIT"
  18. ],
  19. "prefer-stable": true,
  20. "minimum-stability": "dev",
  21. "keywords": [
  22. "select",
  23. "selection",
  24. "Bootstrap",
  25. "Bootstrap4",
  26. "Datatables",
  27. "jQuery",
  28. "table"
  29. ],
  30. "require": {
  31. "datatables.net/datatables.net-select": ">=1.4.0",
  32. "datatables.net/datatables.net-bs4": ">=1.12.1"
  33. }
  34. }