1 |
efrain |
1 |
{
|
|
|
2 |
"name": "michael-milette/moodle-local_mailtest",
|
|
|
3 |
"type": "moodle-local",
|
|
|
4 |
"description": "eMailTest is a Moodle local plugin that can help diagnose SMTP email connectivity issues.",
|
|
|
5 |
"license": "GPL-3.0+",
|
|
|
6 |
"authors": [
|
|
|
7 |
{
|
|
|
8 |
"name": "Michael Milette - TNG Consulting Inc.",
|
|
|
9 |
"homepage": "https://www.tngconsulting.ca",
|
|
|
10 |
"role": "Developer"
|
|
|
11 |
}
|
|
|
12 |
],
|
|
|
13 |
"require": {
|
|
|
14 |
"composer/installers": "~1.0"
|
|
|
15 |
},
|
|
|
16 |
"extra": {
|
|
|
17 |
"installer-name": "mailtest"
|
|
|
18 |
},
|
|
|
19 |
"support": {
|
|
|
20 |
"issues": "https://github.com/michael-milette/moodle-local_mailtest/issues",
|
|
|
21 |
"source": "https://github.com/michael-milette/moodle-local_mailtest/",
|
|
|
22 |
"wiki": "https://github.com/michael-milette/moodle-local_mailtest/wiki",
|
|
|
23 |
"docs": "https://github.com/michael-milette/moodle-local_mailtest/blob/master/README.md"
|
|
|
24 |
}
|
|
|
25 |
}
|