-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmodule.json
More file actions
32 lines (32 loc) · 846 Bytes
/
module.json
File metadata and controls
32 lines (32 loc) · 846 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
30
31
32
{
"id": "polls",
"name": "Polls",
"description": "Easily create polls, streamline decision-making, and harness the power of voting.",
"keywords": ["poll", "voting", "decision making"],
"version": "1.4.5",
"humhub": {
"minVersion": "1.18.1",
"maxVersion": "1.18"
},
"homepage": "https://github.com/humhub/polls",
"authors": [
{
"name": "Andreas Strobel"
},
{
"name": "Lucas Bartholemy"
},
{
"name": "Julian Harrer"
}
],
"screenshots": [
"resources/screenshot1.png",
"resources/screenshot2.png",
"resources/screenshot3.png",
"resources/screenshot4.png",
"resources/screenshot5.png",
"resources/screenshot6.png",
"resources/screenshot7.png"
]
}