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
74 lines (74 loc) · 1.86 KB
/
Copy pathplugin-developers.json
File metadata and controls
74 lines (74 loc) · 1.86 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"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"
]
}
},
{
"id": "allplan-usa",
"name": "ALLPLAN Inc.",
"address": {
"street": "8333 Glynoaks Dr",
"city": "Lincoln",
"zip": "68516",
"country": "USA"
},
"homepage": "https://www.allplan.com/",
"support": {
"email": "support.us@allplan.com",
"languages": [
"eng"
]
}
}
]