-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 741 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 741 Bytes
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
28
29
{
"name": "PasswordVerifier",
"description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
"version": "0.3.0",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/plugin-PasswordVerifier/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/plugin-PasswordVerifier"
},
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": [
"security",
"passwords",
"haveibeenpwned"
]
}