-
Notifications
You must be signed in to change notification settings - Fork 8
/
.all-contributorsrc
76 lines (76 loc) · 1.84 KB
/
.all-contributorsrc
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
{
"projectName": "react-native-graphql-transformer",
"projectOwner": "bamlab",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "tpucci",
"name": "Thomas Pucci",
"avatar_url": "https://avatars1.githubusercontent.com/u/16262904?v=4",
"profile": "https://github.com/tpucci",
"contributions": [
"code",
"doc",
"example"
]
},
{
"login": "tychota",
"name": "TychoTa",
"avatar_url": "https://avatars2.githubusercontent.com/u/13785185?v=4",
"profile": "https://twitter.com/TychoTa",
"contributions": [
"code"
]
},
{
"login": "taboulot",
"name": "Clément Taboulot",
"avatar_url": "https://avatars2.githubusercontent.com/u/9041221?v=4",
"profile": "https://github.com/taboulot",
"contributions": [
"code"
]
},
{
"login": "arolson101",
"name": "arolson101",
"avatar_url": "https://avatars0.githubusercontent.com/u/5304092?v=4",
"profile": "https://github.com/arolson101",
"contributions": [
"example"
]
},
{
"login": "ajubin",
"name": "ajubin",
"avatar_url": "https://avatars1.githubusercontent.com/u/14874974?v=4",
"profile": "https://github.com/ajubin",
"contributions": [
"code"
]
},
{
"login": "smeevil",
"name": "Gerard de Brieder",
"avatar_url": "https://avatars1.githubusercontent.com/u/13874?v=4",
"profile": "https://github.com/smeevil",
"contributions": [
"bug"
]
},
{
"login": "mlc",
"name": "mike castleman",
"avatar_url": "https://avatars3.githubusercontent.com/u/1211?v=4",
"profile": "https://mlcastle.net/",
"contributions": [
"doc"
]
}
]
}