composer.json 855 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "wenzhixin/bootstrap-table",
  3. "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
  4. "keywords": [
  5. "bootstrap",
  6. "table",
  7. "pagination",
  8. "checkbox",
  9. "radio",
  10. "datatables",
  11. "css",
  12. "css-framework",
  13. "semantic",
  14. "semantic-ui",
  15. "bulma",
  16. "material",
  17. "material-design",
  18. "materialize",
  19. "foundation"
  20. ]
  21. "type": "component",
  22. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  23. "license": "MIT",
  24. "require": {
  25. "twitter/bootstrap": ">=2.3.0"
  26. },
  27. "authors": [
  28. {
  29. "name": "wenzhixin2010",
  30. "email": "wenzhixin2010@gmail.com"
  31. }
  32. ]
  33. }