bower.json 903 B

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