bower.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "bootstrap-table",
  3. "version": "1.6.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. "src/extensions/filter/bootstrap-table-filter.js",
  13. "src/extensions/editable/bootstrap-table-editable.js",
  14. "src/extensions/export/bootstrap-table-export.js",
  15. "src/extensions/flatJSON/bootstrap-table-flatJSON.js",
  16. "src/locale/bootstrap-table-zh-CN.js",
  17. "src/locale/bootstrap-table-da-DK.js",
  18. "src/locale/bootstrap-table-el-GR.js",
  19. "src/locale/bootstrap-table-hu-HU.js",
  20. "src/locale/bootstrap-table-en-US.js",
  21. "src/locale/bootstrap-table-pt-PT.js",
  22. "src/locale/bootstrap-table-zh-TW.js",
  23. "src/locale/bootstrap-table-pl-PL.js",
  24. "src/locale/bootstrap-table-ja-JP.js",
  25. "src/locale/bootstrap-table-sv-SE.js",
  26. "src/locale/bootstrap-table-ko-KR.js",
  27. "src/locale/bootstrap-table-nl-NL.js",
  28. "src/locale/bootstrap-table-es-CR.js",
  29. "src/locale/bootstrap-table-sk-SK.js",
  30. "src/locale/bootstrap-table-ru-RU.js",
  31. "src/locale/bootstrap-table-es-AR.js",
  32. "src/locale/bootstrap-table-ur-PK.js",
  33. "src/locale/bootstrap-table-it-IT.js",
  34. "src/locale/bootstrap-table-pt-BR.js",
  35. "src/locale/bootstrap-table-es-NI.js",
  36. "src/locale/bootstrap-table-tr-TR.js",
  37. "src/locale/bootstrap-table-uk-UA.js",
  38. "src/locale/bootstrap-table-ms-MY.js",
  39. "src/locale/bootstrap-table-fr-FR.js",
  40. "src/locale/bootstrap-table-vi-VN.js",
  41. "src/locale/bootstrap-table-th-TH.js",
  42. "src/locale/bootstrap-table-cs-CZ.js",
  43. "src/locale/bootstrap-table-de-DE.js",
  44. "src/locale/bootstrap-table-fr-BE.js"
  45. ],
  46. "keywords": [
  47. "bootstrap",
  48. "table",
  49. "bootstrap table"
  50. ],
  51. "license": "MIT",
  52. "ignore": [
  53. "**/.*",
  54. "node_modules",
  55. "bower_components",
  56. "test",
  57. "tests",
  58. "docs",
  59. "assets"
  60. ]
  61. }