-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 770 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 770 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
{
"name": "GroupPermissions",
"license": "GPL v3+",
"homepage": "https:\/\/github.com\/MichaelRoosz\/plugin-GroupPermissions",
"authors": [{
"name": "Michael Roosz",
"email": "michael.roosz@web.de"
}],
"description": "Manage user permissions with groups.",
"version": "5.2.1",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"keywords": [
"GroupPermissions",
"user",
"permission",
"group"
],
"support": {
"issues": "https:\/\/github.com\/MichaelRoosz\/plugin-GroupPermissions\/issues",
"source": "https:\/\/github.com\/MichaelRoosz\/plugin-GroupPermissions"
},
"donate": {
"paypal": "michael.roosz@web.de"
}
}