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.

66 lines
1.0 KiB

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. homepage : 'http://beta.semantic-ui.com',
  12. description: 'Semantic UI component',
  13. // components that get separate repositories for bower/npm
  14. components : [
  15. "accordion",
  16. "api",
  17. "breadcrumb",
  18. "button",
  19. "card",
  20. "checkbox",
  21. "comment",
  22. "dimmer",
  23. "divider",
  24. "dropdown",
  25. "feed",
  26. "flag",
  27. "form",
  28. "grid",
  29. "header",
  30. "icon",
  31. "image",
  32. "input",
  33. "item",
  34. "label",
  35. "list",
  36. "loader",
  37. "menu",
  38. "message",
  39. "modal",
  40. "nag",
  41. "popup",
  42. "progress",
  43. "rail",
  44. "rating",
  45. "reset",
  46. "reveal",
  47. "search",
  48. "segment",
  49. "shape",
  50. "sidebar",
  51. "site",
  52. "statistic",
  53. "step",
  54. "sticky",
  55. "tab",
  56. "table",
  57. "transition",
  58. "video"
  59. ]
  60. };