composer.json 644 B

1234567891011121314151617181920212223242526
  1. {
  2. "name" : "fomantic/ui",
  3. "description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
  4. "homepage" : "https://fomantic-ui.com",
  5. "authors" : [
  6. {
  7. "name" : "Jack Lukic",
  8. "email" : "[email protected]",
  9. "homepage" : "http://www.jacklukic.com",
  10. "role" : "Creator"
  11. }
  12. ],
  13. "support": {
  14. "issues": "https://github.com/fomantic/Fomantic-UI/issues",
  15. "source": "https://github.com/fomantic/Fomantic-UI"
  16. },
  17. "keywords" : [
  18. "fomantic",
  19. "fomantic-ui",
  20. "semantic",
  21. "ui",
  22. "css",
  23. "framework"
  24. ],
  25. "license" : "MIT"
  26. }