-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
94 lines (94 loc) · 2.27 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "EvanBacon",
"name": "Evan Bacon",
"avatar_url": "https://avatars1.githubusercontent.com/u/9664363?v=4",
"profile": "https://twitter.com/baconbrix",
"contributions": [
"code",
"doc",
"design",
"maintenance",
"review"
]
},
{
"login": "brentvatne",
"name": "Brent Vatne",
"avatar_url": "https://avatars2.githubusercontent.com/u/90494?v=4",
"profile": "https://expo.io",
"contributions": [
"code",
"doc",
"review"
]
},
{
"login": "hamzahalilovic",
"name": "Hamza Halilovic",
"avatar_url": "https://avatars0.githubusercontent.com/u/26879042?v=4",
"profile": "http://hamzah",
"contributions": [
"code"
]
},
{
"login": "byCedric",
"name": "Cedric van Putten",
"avatar_url": "https://avatars2.githubusercontent.com/u/1203991?v=4",
"profile": "https://bycedric.com",
"contributions": [
"code"
]
},
{
"login": "fson",
"name": "Ville Immonen",
"avatar_url": "https://avatars3.githubusercontent.com/u/497214?v=4",
"profile": "https://twitter.com/VilleImmonen",
"contributions": [
"code",
"review"
]
},
{
"login": "friederbluemle",
"name": "Frieder Bluemle",
"avatar_url": "https://avatars0.githubusercontent.com/u/743291?v=4",
"profile": "https://github.com/friederbluemle",
"contributions": [
"code"
]
},
{
"login": "kbrandwijk",
"name": "Kim Brandwijk",
"avatar_url": "https://avatars.githubusercontent.com/u/852069?v=4",
"profile": "https://github.com/kbrandwijk",
"contributions": [
"code"
]
},
{
"login": "srkds",
"name": "Nirav",
"avatar_url": "https://avatars.githubusercontent.com/u/61644078?v=4",
"profile": "https://github.com/srkds",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "create-react-native-app",
"projectOwner": "expo",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}