forked from GluuFederation/agama-smtp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
27 lines (27 loc) · 823 Bytes
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"projectName": "agama-smtp",
"description": "Agama Project for Authn Techniques that rely on sending email",
"type": "community",
"author": "duttarnab",
"version": "0.0.4",
"authorWebsite": "https://github.com/GluuFederation/agama-smtp",
"githubUri": "https://github.com/GluuFederation/agama-smtp",
"license": "apache-2.0",
"lastUpdated": "1706115050127",
"tags": [
"smtp"
],
"noDirectLaunch": [
"org.gluu.agama.smtp.registration",
"org.gluu.agama.smtp.emailVerification"
],
"configs": {
"org.gluu.agama.smtp.main": {
"minCredsRequired": 2,
"captureLocation": true
},
"org.gluu.agama.smtp.emailVerification": {},
"org.gluu.agama.smtp.registration": {}
},
"name": "agama-smtp"
}