bower.json 908 B

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