composer.json 726 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "getgrav/grav-theme-antimatter",
  3. "type": "grav-theme",
  4. "description": "The default theme for the Grav flat-file CMS",
  5. "keywords": ["theme","grav"],
  6. "homepage": "http://getgrav.org",
  7. "license": "MIT",
  8. "support": {
  9. "irc": "irc://irc.freenode.org/grav"
  10. },
  11. "authors": [
  12. {
  13. "name": "Team Grav",
  14. "email": "devs@getgrav.org",
  15. "homepage": "http://getgrav.org"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.4.0",
  20. "composer/installers": "~1.0"
  21. },
  22. "extra": {
  23. "installer-name": "antimatter",
  24. "installer-paths": {
  25. "user/themes/{$name}/": ["getgrav/grav-theme-antimatter"]
  26. }
  27. }
  28. }