.bower.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "datatables.net-scroller-bs",
  3. "description": "Scroller for DataTables with styling for [Bootstrap](http://getbootstrap.com/)",
  4. "main": [
  5. "css/scroller.bootstrap.css"
  6. ],
  7. "keywords": [
  8. "virtual scrolling",
  9. "DataTables",
  10. "jQuery",
  11. "table",
  12. "Bootstrap"
  13. ],
  14. "dependencies": {
  15. "jquery": ">=1.7",
  16. "datatables.net-bs": ">=1.10.9",
  17. "datatables.net-scroller": ">=1.3.0"
  18. },
  19. "moduleType": [
  20. "globals",
  21. "amd",
  22. "node"
  23. ],
  24. "ignore": [
  25. "composer.json",
  26. "datatables.json",
  27. "package.json"
  28. ],
  29. "authors": [
  30. {
  31. "name": "SpryMedia Ltd",
  32. "homepage": "https://datatables.net"
  33. }
  34. ],
  35. "homepage": "https://datatables.net",
  36. "license": "MIT",
  37. "version": "1.4.2",
  38. "_release": "1.4.2",
  39. "_resolution": {
  40. "type": "version",
  41. "tag": "1.4.2",
  42. "commit": "f86b60ef991aabb6e6d9b10e98134eed606f3ccc"
  43. },
  44. "_source": "https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap.git",
  45. "_target": "^1.4.1",
  46. "_originalSource": "datatables.net-scroller-bs"
  47. }