bootstrap-table.jquery.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "bootstrap-table",
  3. "version": "1.23.5",
  4. "title": "Bootstrap Table",
  5. "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
  6. "author": {
  7. "name": "zhixin wen",
  8. "email": "wenzhixin2010@gmail.com",
  9. "url": "http://wenzhixin.net.cn/"
  10. },
  11. "licenses": [
  12. {
  13. "type": "MIT License",
  14. "url": "http://opensource.org/licenses/MIT"
  15. }
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.7"
  19. },
  20. "keywords": [
  21. "bootstrap",
  22. "table",
  23. "pagination",
  24. "checkbox",
  25. "radio",
  26. "datatables",
  27. "css",
  28. "css-framework",
  29. "semantic",
  30. "semantic-ui",
  31. "bulma",
  32. "material",
  33. "material-design",
  34. "materialize",
  35. "foundation"
  36. ],
  37. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  38. "demo": "http://examples.bootstrap-table.com",
  39. "bugs": {
  40. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  41. },
  42. "docs": "https://github.com/wenzhixin/bootstrap-table",
  43. "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
  44. }