.bower.json 884 B

12345678910111213141516171819202122232425262728293031323334353637
  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 Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
  8. "main": [
  9. "src/bootstrap-table.js",
  10. "src/bootstrap-table.css"
  11. ],
  12. "keywords": [
  13. "bootstrap",
  14. "table",
  15. "bootstrap table"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests",
  24. "docs",
  25. "assets"
  26. ],
  27. "version": "1.11.9",
  28. "_release": "1.11.9",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "v1.11.9",
  32. "commit": "8526851fbe70ab18030b624fd935d44478a5cc10"
  33. },
  34. "_source": "https://github.com/karsonzhang/fastadmin-bootstraptable.git",
  35. "_target": "~1.11.5",
  36. "_originalSource": "fastadmin-bootstraptable"
  37. }