-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin-developers.json
More file actions
57 lines (57 loc) · 1.45 KB
/
plugin-developers.json
File metadata and controls
57 lines (57 loc) · 1.45 KB
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
49
50
51
52
53
54
55
56
57
[
{
"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"
]
}
},
{
"id": "allplan-france",
"name": "ALLPLAN France S.a.r.l.",
"address": {
"street": "Tour HYFIVE, 1 Avenue du Général de Gaulle",
"city": "Puteaux",
"zip": "92800",
"country": "France"
},
"homepage": "https://www.allplan.com/fr",
"support": {
"email": "support.fr@allplan.com",
"languages": [
"eng",
"fra"
]
}
}
]