bower.json 663 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "bootstrap-table",
  3. "version": "1.8.0",
  4. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  5. "authors": [
  6. "zhixin <wenzhixin2010@gmail.com>"
  7. ],
  8. "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
  9. "main": [
  10. "src/bootstrap-table.js",
  11. "src/bootstrap-table.css"
  12. ],
  13. "keywords": [
  14. "bootstrap",
  15. "table",
  16. "bootstrap table"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests",
  25. "docs",
  26. "assets"
  27. ]
  28. }