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.

127 lines
3.8 KiB

  1. {
  2. "name" : "Semantic UI",
  3. "version" : "0.0.2",
  4. "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
  5. "homepage" : "https://github.com/quirkyinc/semantic",
  6. "author": {
  7. "name" : "Jack Lukic",
  8. "web" : "http://www.github.com/quirkyjack/"
  9. },
  10. "keywords": [
  11. "semantic",
  12. "ui",
  13. "css3",
  14. "framework"
  15. ],
  16. "license" : [
  17. "http://bartaz.mit-license.org/",
  18. "http://www.gnu.org/licenses/"
  19. ],
  20. "main": [
  21. /* UI Collections */
  22. "./source/flat/collections/form.css",
  23. "./source/flat/collections/grid.css",
  24. "./source/flat/collections/items.css",
  25. "./source/flat/collections/menu.css",
  26. "./source/flat/collections/table.css",
  27. /* UI Elements */
  28. "./source/flat/elements/banner.css",
  29. "./source/flat/elements/block.css",
  30. "./source/flat/elements/button.css",
  31. "./source/flat/elements/checkbox.css",
  32. "./source/flat/elements/column.css",
  33. "./source/flat/elements/divider.css",
  34. "./source/flat/elements/flag.css",
  35. "./source/flat/elements/footnote.css",
  36. "./source/flat/elements/header.css",
  37. "./source/flat/elements/icons.css",
  38. "./source/flat/elements/images.css",
  39. "./source/flat/elements/label.css",
  40. "./source/flat/elements/paperclip.css",
  41. "./source/flat/elements/progress.css",
  42. "./source/flat/elements/segment.css",
  43. "./source/flat/elements/step.css",
  44. "./source/flat/elements/throbber.css",
  45. "./source/flat/elements/well.css",
  46. /* UI Views */
  47. "./source/flat/views/activity-feed.css",
  48. "./source/flat/views/cover.css",
  49. "./source/flat/views/data-grid.css",
  50. "./source/flat/views/notecard.css",
  51. "./source/flat/views/video.css",
  52. /* Fonts */
  53. "./source/flat/fonts/icons.eot",
  54. "./source/flat/fonts/icons.svg",
  55. "./source/flat/fonts/icons.ttf",
  56. "./source/flat/fonts/icons.woff",
  57. /* Images */
  58. "./source/flat/images/button-error.gif",
  59. "./source/flat/images/footnote.gif",
  60. "./source/flat/images/loader-generic-transparent.gif",
  61. "./source/flat/images/notecard-stripes.gif",
  62. "./source/flat/images/paperclip.png",
  63. "./source/flat/images/placeholder-subtle.png",
  64. "./source/flat/images/placeholder-tiny.png",
  65. "./source/flat/images/placeholder.png",
  66. "./source/flat/images/throbber-blue-large.gif",
  67. "./source/flat/images/throbber-blue-medium.gif",
  68. "./source/flat/images/throbber-blue-small.gif",
  69. "./source/flat/images/throbber-blue-tiny.gif",
  70. "./source/flat/images/throbber-blue-large.gif",
  71. "./source/flat/images/throbber-blue-medium.gif",
  72. "./source/flat/images/throbber-blue-small.gif",
  73. "./source/flat/images/throbber-blue-tiny.gif",
  74. /* UI Modules */
  75. "./source/flat/modules/accordion.css",
  76. "./source/flat/modules/accordion.js",
  77. "./source/flat/modules/chat.css",
  78. "./source/flat/modules/chat.js",
  79. "./source/flat/modules/checkbox.css",
  80. "./source/flat/modules/checkbox.js",
  81. "./source/flat/modules/modal.css",
  82. "./source/flat/modules/modal.js",
  83. "./source/flat/modules/nag.css",
  84. "./source/flat/modules/nag.js",
  85. "./source/flat/modules/popup.css",
  86. "./source/flat/modules/popup.js",
  87. "./source/flat/modules/search.css",
  88. "./source/flat/modules/search.js",
  89. "./source/flat/modules/shape.css",
  90. "./source/flat/modules/shape.js",
  91. "./source/flat/modules/star.css",
  92. "./source/flat/modules/star.js",
  93. "./source/flat/modules/tab.css",
  94. "./source/flat/modules/tab.js",
  95. "./source/flat/modules/video.css",
  96. "./source/flat/modules/video.js",
  97. /* Behavior Modules */
  98. "./source/flat/modules/animation.js",
  99. "./source/flat/modules/api.js",
  100. "./source/flat/modules/colorize.js",
  101. "./source/flat/modules/default-text.js",
  102. "./source/flat/modules/state.js",
  103. "./source/flat/modules/validate-form.js"
  104. ],
  105. "dependencies": {
  106. "jquery" : ">=1.8"
  107. }
  108. }