You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
972 B

10 years ago
  1. /*******************************
  2. Release Settings
  3. *******************************/
  4. // release settings
  5. module.exports = {
  6. owner : 'Semantic-Org',
  7. repo : 'Semantic-UIs',
  8. // root name for repos
  9. repoRoot : 'UI-',
  10. folderRoot : '../components/',
  11. // components that get separate repositories for bower/npm
  12. components : [
  13. "reset",
  14. "site",
  15. "button",
  16. "divider",
  17. "flag",
  18. "header",
  19. "icon",
  20. "image",
  21. "input",
  22. "label",
  23. "list",
  24. "loader",
  25. "rail",
  26. "reveal",
  27. "segment",
  28. "step",
  29. "breadcrumb",
  30. "form",
  31. "grid",
  32. "menu",
  33. "message",
  34. "table",
  35. "card",
  36. "comment",
  37. "feed",
  38. "item",
  39. "statistic",
  40. "accordion",
  41. "checkbox",
  42. "dimmer",
  43. "dropdown",
  44. "modal",
  45. "nag",
  46. "popup",
  47. "progress",
  48. "rating",
  49. "search",
  50. "shape",
  51. "sidebar",
  52. "sticky",
  53. "tab",
  54. "transition",
  55. "video",
  56. "api",
  57. "form"
  58. ]
  59. };