app.json 312 B

1234567891011121314
  1. {"label":"App","syntax":"json"}
  2. {
  3. "id": "fr.idleman.{{plugin}}",
  4. "name": "{{plugin}}",
  5. "author" : {
  6. "name" : "{{user.fullname}}",
  7. "mail" : "{{user.mail}}"
  8. },
  9. "version": "1.0",
  10. "url": "http://idleman.fr",
  11. "licence": {"name": "Copyright","url" : ""},
  12. "description": "{{description}}",
  13. "require" : {}
  14. }