forked from NemetschekAllplan/plugin-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-developers.json
More file actions
39 lines (39 loc) · 985 Bytes
/
plugin-developers.json
File metadata and controls
39 lines (39 loc) · 985 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
33
34
35
36
37
38
39
[
{
"id": "allplan-gmbh",
"name": "ALLPLAN GmbH",
"address": {
"street": "Konrad-Zuse-Platz 1",
"city": "Munich",
"zip": "81829",
"country": "Germany"
},
"homepage": "https://www.allplan.com",
"support": {
"email": "pythonparts@allplan.com",
"languages": [
"eng",
"deu"
]
},
"github": "https://github.com/NemetschekAllplan/"
},
{
"id": "allplan-cz",
"name": "ALLPLAN Česko s.r.o.",
"address": {
"street": "Evropská 2590/33c",
"city": "Praha 6",
"zip": "160 00",
"country": "Czech Republic"
},
"homepage": "https://www.allplan.com/cz",
"support": {
"email": "info.cz@allplan.com",
"languages": [
"eng",
"cze"
]
}
}
]