composer.json 536 B

123456789101112131415161718192021
  1. {
  2. "name": "forkawesome/fork-awesome",
  3. "description": "Deprecated: 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. "abandoned": true
  21. }