.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "datatables.net-buttons-bs",
  3. "description": "Buttons for DataTables with styling for [Bootstrap](http://getbootstrap.com/)",
  4. "main": [
  5. "js/buttons.bootstrap.js",
  6. "css/buttons.bootstrap.css"
  7. ],
  8. "keywords": [
  9. "buttons",
  10. "excel",
  11. "pdf",
  12. "csv",
  13. "column visibility",
  14. "print",
  15. "DataTables",
  16. "jQuery",
  17. "table",
  18. "Bootstrap"
  19. ],
  20. "dependencies": {
  21. "jquery": ">=1.7",
  22. "datatables.net-bs": ">=1.10.9",
  23. "datatables.net-buttons": ">=1.0.3"
  24. },
  25. "moduleType": [
  26. "globals",
  27. "amd",
  28. "node"
  29. ],
  30. "ignore": [
  31. "composer.json",
  32. "datatables.json",
  33. "package.json"
  34. ],
  35. "authors": [
  36. {
  37. "name": "SpryMedia Ltd",
  38. "homepage": "https://datatables.net"
  39. }
  40. ],
  41. "homepage": "https://datatables.net",
  42. "license": "MIT",
  43. "version": "1.2.1",
  44. "_release": "1.2.1",
  45. "_resolution": {
  46. "type": "version",
  47. "tag": "1.2.1",
  48. "commit": "14a9a2586190c38ac99a6d88ae3395e3a837acc3"
  49. },
  50. "_source": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap.git",
  51. "_target": "^1.1.2",
  52. "_originalSource": "datatables.net-buttons-bs"
  53. }