composer.json 502 B

1234567891011121314151617181920
  1. {
  2. "name": "forkawesome/fork-awesome",
  3. "description": "A fork of the iconic font and CSS framework",
  4. "keywords": ["font", "awesome", "fontawesome", "forkawesome", "icon", "bootstrap"],
  5. "homepage": "https://forkaweso.me",
  6. "type": "component",
  7. "authors": [
  8. {
  9. "name": "Fork Awesome Community",
  10. "homepage": "https://forkaweso.me"
  11. }
  12. ],
  13. "support": {
  14. "issues": "https://github.com/ForkAwesome/Fork-Awesome/issues"
  15. },
  16. "license": [
  17. "OFL-1.1",
  18. "MIT"
  19. ]
  20. }