forked from matomo-org/plugin-LoginLdap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
30 lines (30 loc) · 873 Bytes
/
plugin.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
28
29
30
{
"name": "LoginLdap",
"version": "3.1.1",
"description": "LDAP authentication and synchronization for Piwik.",
"theme": false,
"keywords": ["ldap", "login", "authentication", "active", "directory", "kerberos", "sso"],
"license": "GPL v3+",
"homepage": "https://github.com/piwik/plugin-LoginLdap",
"require": {
"piwik": ">=2.10.0",
"php": ">=5.3.0"
},
"authors": [
{
"name": "Piwik",
"email": "hello@piwik.org",
"homepage": "https://github.com/piwik"
},
{
"name": "Aivo Koger",
"email": "aivo.koger@gmail.com",
"homepage": "https://github.com/tehnotronic"
},
{
"name": "Stefan Kreuter",
"email": "info@gigatec.de",
"homepage": "http://www.gigatec.de"
}
]
}