bower.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "bootstrap-table",
  3. "version": "1.5.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.css",
  11. "src/bootstrap-table.js",
  12. "src/locale/bootstrap-table-cs-CZ.js",
  13. "src/locale/bootstrap-table-da-DK.js",
  14. "src/locale/bootstrap-table-el-GR.js",
  15. "src/locale/bootstrap-table-en-US.js",
  16. "src/locale/bootstrap-table-es-AR.js",
  17. "src/locale/bootstrap-table-es-CR.js",
  18. "src/locale/bootstrap-table-es-NI.js",
  19. "src/locale/bootstrap-table-fr-BE.js",
  20. "src/locale/bootstrap-table-fr-FR.js",
  21. "src/locale/bootstrap-table-it-IT.js",
  22. "src/locale/bootstrap-table-ko-KR.js",
  23. "src/locale/bootstrap-table-nl-NL.js",
  24. "src/locale/bootstrap-table-pl-PL.js",
  25. "src/locale/bootstrap-table-pt-BR.js",
  26. "src/locale/bootstrap-table-ru-RU.js",
  27. "src/locale/bootstrap-table-th-TH.js",
  28. "src/locale/bootstrap-table-tr-TR.js",
  29. "src/locale/bootstrap-table-ur-PK.js",
  30. "src/locale/bootstrap-table-vi-VN.js",
  31. "src/locale/bootstrap-table-zh-CN.js",
  32. "src/locale/bootstrap-table-zh-TW.js"
  33. ],
  34. "keywords": [
  35. "bootstrap",
  36. "table",
  37. "bootstrap table"
  38. ],
  39. "license": "MIT",
  40. "ignore": [
  41. "**/.*",
  42. "node_modules",
  43. "bower_components",
  44. "test",
  45. "tests",
  46. "docs",
  47. "assets"
  48. ]
  49. }