.bower.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "datatables.net-bs",
  3. "description": "DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/)",
  4. "main": [
  5. "js/dataTables.bootstrap.js",
  6. "css/dataTables.bootstrap.css"
  7. ],
  8. "keywords": [
  9. "filter",
  10. "sort",
  11. "DataTables",
  12. "jQuery",
  13. "table",
  14. "Bootstrap"
  15. ],
  16. "dependencies": {
  17. "jquery": ">=1.7",
  18. "datatables.net": ">=1.10.9"
  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. "version": "1.10.12",
  39. "_release": "1.10.12",
  40. "_resolution": {
  41. "type": "version",
  42. "tag": "1.10.12",
  43. "commit": "1bf893948299f1bfe2865c1a3977cd8e4b8137da"
  44. },
  45. "_source": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git",
  46. "_target": "^1.10.11",
  47. "_originalSource": "datatables.net-bs"
  48. }