composer.json 266 B

12345678910111213
  1. {
  2. "name": "iconify/json",
  3. "description": "Iconify icons collection in JSON format",
  4. "type": "library",
  5. "version": "2.2.43",
  6. "license": "MIT",
  7. "homepage": "https://iconify.design/icon-sets/",
  8. "autoload": {
  9. "psr-4": {
  10. "Iconify\\IconsJSON\\": "lib"
  11. }
  12. }
  13. }