Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

32 lignes
908 B

  1. {
  2. "name": "getgrav/grav-plugin-problems",
  3. "type": "grav-plugin",
  4. "description": "Problem detection and reporting plugin for Grav CMS",
  5. "keywords": ["grav", "plugin", "problems", "detector", "assistant"],
  6. "homepage": "https://github.com/getgrav/grav-plugin-problems",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Team Grav",
  11. "email": "devs@getgrav.org",
  12. "homepage": "https://getgrav.org",
  13. "role": "Developer"
  14. }
  15. ],
  16. "support": {
  17. "issues": "https://github.com/getgrav/grav-plugin-problems/issues",
  18. "irc": "https://chat.getgrav.org",
  19. "forum": "https://getgrav.org/forum",
  20. "docs": "https://github.com/getgrav/grav-plugin-problems/blob/master/README.md"
  21. },
  22. "autoload": {
  23. "psr-4": {
  24. "Grav\\Plugin\\": "classes/",
  25. "Grav\\Plugin\\Console\\": "cli/"
  26. },
  27. "classmap": ["problems.php"]
  28. },
  29. "require": {
  30. "ext-json": "*"
  31. }
  32. }