composer.json 653 B

1234567891011121314151617181920212223
  1. {
  2. "name": "fortawesome/font-awesome",
  3. "description": "The iconic font, CSS, and SVG framework",
  4. "keywords": ["font", "awesome", "fontawesome", "icon", "svg", "font", "bootstrap"],
  5. "homepage": "https://fontawesome.com",
  6. "authors": [
  7. {
  8. "name": "The Font Awesome Team",
  9. "homepage": "https://github.com/orgs/FortAwesome/people"
  10. }
  11. ],
  12. "support": {
  13. "email": "hello@fontawesome.com",
  14. "issues": "https://github.com/FortAwesome/Font-Awesome/issues",
  15. "source": "https://github.com/FortAwesome/Font-Awesome",
  16. "docs": "http://fontawesome.com/docs"
  17. },
  18. "license": [
  19. "CC-BY-4.0",
  20. "OFL-1.1",
  21. "MIT"
  22. ]
  23. }