1 |
efrain |
1 |
{
|
|
|
2 |
"name": "michael-milette/moodle-local_contact",
|
|
|
3 |
"type": "moodle-local",
|
|
|
4 |
"description": "Contact Form for Moodle is a Moodle local plugin plugin enables you to create webmail forms which will be sent to the site's support email address or primary administrator if the support email address is not defined.",
|
|
|
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": "contact"
|
|
|
18 |
},
|
|
|
19 |
"support": {
|
|
|
20 |
"issues": "https://github.com/michael-milette/moodle-local_contact/issues",
|
|
|
21 |
"forum": "https://moodle.org/mod/forum/discuss.php?d=352851",
|
|
|
22 |
"source": "https://github.com/michael-milette/moodle-local_contact/",
|
|
|
23 |
"wiki": "https://github.com/michael-milette/moodle-local_contact/wiki",
|
|
|
24 |
"docs": "https://github.com/michael-milette/moodle-local_contact/blob/master/README.md"
|
|
|
25 |
}
|
|
|
26 |
}
|