app.json 398 B

123456789101112131415161718
  1. {
  2. "id": "fr.idleman.hackpoint",
  3. "name": "hackpoint",
  4. "author" : {
  5. "name" : "Valentin CARRUESCO",
  6. "mail" : "idleman.fr/contact"
  7. },
  8. "version": "1.0",
  9. "url": "http://idleman.fr",
  10. "licence": {"name": "CC by nc sa","url" : ""},
  11. "install": {
  12. "css" : "css/install.css",
  13. "js" : "js/install.js",
  14. "action" : "install.php"
  15. },
  16. "description": "Gestion des projets de hack",
  17. "require" : {}
  18. }