forked from mongodb/mongo-cxx-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCREDITS.json
69 lines (69 loc) · 2.31 KB
/
CREDITS.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
{
"readme": "Chronological by date of first commit: add yourself at the end",
"contributors": [
{
"name": "Andrew Morrow",
"email": [
],
"description": "Project architect and team lead. Library structure, interface design, coding conventions, build system, versioning model, C++11 usage, etc."
},
{
"name": "Tyler Brock",
"email": [
],
"description": "Principle author of mongocxx library CRUD interfaces and unit tests."
},
{
"name": "Samantha Ritter",
"email" : [
],
"description" : "View_or_value variant types, bsoncxx error handling, various features and bug fixes."
},
{
"name": "Adam Midvidy",
"email": [
],
"description" : "Client pool, BSON validator, ABI versioning scheme, pluggable loggers, examples and some documentation"
},
{
"name": "Jason Carey",
"email": [
],
"description": "Principle author of bsoncxx library, libmongoc integration and mock testing framework."
},
{
"name": "Matt Cotter",
"email": [
],
"description": "MongodB 3.2 feature support."
},
{
"name": "Tess Avitabile",
"email" : [
],
"description" : "mongocxx error handling, various features and bug fixes."
},
{
"name": "Mark Benvenuto",
"email": [
],
"description": "Windows Support, Clang-Format Integration, AppVeyor Integration."
},
{
"name": "David Golden",
"email": [
],
"description": "Drivers team Staff Engineer responsible for ongoing development and maintenance of the C++ driver."
}
]
}