forked from OpenUK/publiccode.directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Consul.json
48 lines (35 loc) · 1.21 KB
/
Consul.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Consul",
"entry_type": "software",
"descripton": "Consul is an Open Government and E-Participation Web Software, that allows citizens to take part in votes, to support projects and to create issue-based petitions",
"official_url": "http://consulproject.org/en/",
"repository": "https://github.com/consul/consul/",
"logo_url": "https://raw.githubusercontent.com/consul/consul/master/public/consul_logo.png",
"language": [ "EN" ],
"origin_country": "Spain",
"sector": [ "localgov" ],
"category": [ "e-voting" ],
"licence": [ "AGPLv3" ],
"developers": [ {
"developer_name": "Madrid City Council",
"developer_logo_url": "http://consulproject.org/img/logos/madrid.png",
"developer_url": "https://decide.madrid.es/",
"developer_category": "Public"
} ],
"maintainers": [ {
"maintainer_name": "",
"maintainer_url": "",
"maintainer_logo_url": "",
"maintainer_repository": ""
} ],
"users": [ {
"user_name": "",
"user_location": "",
"user_logo_url": "",
"user_url": "",
"user_geolocation": {
"lat": 0,
"long": 0
}
} ]
}