-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
people.json
148 lines (148 loc) · 3.08 KB
/
people.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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[
{
"username": "andyli",
"name": "Andy Li",
"avatar": "AndyLi.jpg",
"since": 2011,
"bio": "Maintainer of the JQuery externs and Haxe packages, CI master",
"country": "hk"
},
{
"username": "fiene",
"name": "Josefiene Pertosa",
"avatar": "fiene.jpg",
"since": 2014,
"bio": "Communication, enquiries and community",
"country": "de"
},
{
"username": "jdonaldson",
"name": "Justin Donaldson",
"avatar": "justin.jpg",
"since": 2015,
"bio": "Maintainer and creator of the Lua target",
"country": "us"
},
{
"username": "markknol",
"name": "Mark Knol",
"avatar": "mark.jpg",
"since": 2014,
"bio": "Documentation and website maintainer",
"country": "nl"
},
{
"username": "nadako",
"name": "Dan Korostelev",
"avatar": "DanKorostelev.jpg",
"since": 2013,
"bio": "Contributor to Haxe compiler and IDE integration",
"country": "ru"
},
{
"username": "nicolas",
"name": "Nicolas Cannasse",
"avatar": "NicolasCannasse.jpg",
"since": 2005,
"bio": "Original creator of the Haxe compiler and designer of the Haxe language",
"country": "fr"
},
{
"username": "simn",
"name": "Simon Krajewski",
"avatar": "SimonKrajewski.jpg",
"since": 2011,
"bio": "Main maintainer of the Haxe compiler",
"country": "de"
},
{
"username": "waneck",
"name": "Cauê Waneck",
"avatar": "CaueWaneck.jpg",
"since": 2010,
"bio": "Maintainer of the C# and Java targets",
"country": "br"
},
{
"username": "hugh",
"name": "Hugh Sanderson",
"avatar": "HughSanderson.jpg",
"since": 2009,
"bio": "Maintainer of the C++ target",
"country": "au"
},
{
"username": "brunogarcia",
"name": "Bruno Garcia",
"avatar": "BrunoGarcia.jpg",
"since": 2011,
"bio": "Former maintainer of the HTML externs",
"country": "us"
},
{
"username": "frabbit",
"name": "frabbit",
"avatar": "frabbit.jpg",
"since": 2012,
"bio": "Maintainer of the Python target",
"country": "de"
},
{
"username": "jasononeil",
"name": "Jason O'Neil",
"avatar": "JasonONeil.jpg",
"since": 2012,
"bio": "Former Webmaster",
"country": "au"
},
{
"username": "francoponticelli",
"name": "Franco Ponticelli",
"avatar": "FrancoPonticelli.jpg",
"since": 2007,
"bio": "Original creator of the PHP target",
"country": "us"
},
{
"username": "ibilon",
"name": "Valentin Lemière",
"avatar": "ibilon.jpg",
"since": 2017,
"bio": "Website maintainer",
"country": "fr"
},
{
"username": "alexanderkuzmenko",
"name": "Alexander Kuzmenko",
"avatar": "alexander.jpg",
"since": 2016,
"bio": "Maintainer of the PHP7 target",
"country": "ru"
},
{
"username": "marcmauri",
"name": "Marc Mauri",
"bio": "CTO of Kaizen for Pharma"
},
{
"username": "javiermorilla",
"name": "Javier Morilla",
"bio": "Lead Developer at Kaizen for Pharma"
},
{
"username": "derrickmorton",
"name": "Derrick Morton",
"bio": "CEO of FlowPlay"
},
{
"username": "pchertok",
"name": "Phil Chertok",
"bio": "Marketing Director at the Haxe Foundation"
},
{
"username": "aurel300",
"name": "Aurel Bílý",
"bio": "Haxe contributor",
"country": "sk"
}
]