bower.json 567 B

1234567891011121314151617181920212223242526272829
  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. "author": {
  6. "name" : "Jack Lukic",
  7. "web" : "http://www.jacklukic.com"
  8. },
  9. "dependencies": {
  10. "jquery" : "^3.4.0"
  11. },
  12. "main": [
  13. "src/semantic.less",
  14. "dist/semantic.js"
  15. ],
  16. "keywords": [
  17. "fomantic",
  18. "fomantic-ui",
  19. "semantic",
  20. "ui",
  21. "css3",
  22. "framework"
  23. ],
  24. "license" : "MIT",
  25. "ignore": [
  26. "src/site",
  27. "test"
  28. ]
  29. }