Last active
August 19, 2024 07:44
-
-
Save WebMaestroFr/a83aef2f35f99dc1f8ac043a3993a6ff to your computer and use it in GitHub Desktop.
A simple test module.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "module-id", | |
"title": "Module Title", | |
"description": "Module description. Lorem ipsum dolor sit amet.", | |
"authors": [ | |
{ | |
"name": "Module Author Name" | |
} | |
], | |
"version": "1.0.0", | |
"compatibility": { | |
"minimum": "11", | |
"verified": "12" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment