bower.json 854 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "datatables.net-select-bs4",
  3. "description": "Select for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)",
  4. "main": [
  5. "css/select.bootstrap4.css"
  6. ],
  7. "keywords": [
  8. "select",
  9. "selection",
  10. "DataTables",
  11. "jQuery",
  12. "table",
  13. "Bootstrap 4"
  14. ],
  15. "dependencies": {
  16. "jquery": ">=1.7",
  17. "datatables.net-bs4": ">=1.10.13",
  18. "datatables.net-select": ">=1.2.1"
  19. },
  20. "moduleType": [
  21. "globals",
  22. "amd",
  23. "node"
  24. ],
  25. "ignore": [
  26. "composer.json",
  27. "datatables.json",
  28. "package.json"
  29. ],
  30. "authors": [
  31. {
  32. "name": "SpryMedia Ltd",
  33. "homepage": "https://datatables.net"
  34. }
  35. ],
  36. "homepage": "https://datatables.net",
  37. "license": "MIT"
  38. }