-
Notifications
You must be signed in to change notification settings - Fork 13
/
.all-contributorsrc
67 lines (67 loc) · 1.64 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "lukebrandonfarrell",
"name": "Luke Brandon Farrell",
"avatar_url": "https://avatars3.githubusercontent.com/u/18139277?v=4",
"profile": "http://www.lukebrandonfarrell.com",
"contributions": [
"code",
"doc",
"infra"
]
},
{
"login": "aikewoody",
"name": "Aike van den Brink",
"avatar_url": "https://avatars.githubusercontent.com/u/17004429?v=4",
"profile": "https://github.com/aikewoody",
"contributions": [
"data",
"code",
"doc"
]
},
{
"login": "ajp8164",
"name": "Andy Phillipson",
"avatar_url": "https://avatars.githubusercontent.com/u/1063765?v=4",
"profile": "https://github.com/ajp8164",
"contributions": [
"code",
"doc"
]
},
{
"login": "leonardoballand",
"name": "Leonardo BALLAND",
"avatar_url": "https://avatars.githubusercontent.com/u/5455556?v=4",
"profile": "https://www.leonardoballand.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "timvandijck",
"name": "Tim Van Dijck",
"avatar_url": "https://avatars.githubusercontent.com/u/4528796?v=4",
"profile": "http://timvandijck.be",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "react-native-screen-keyboard",
"projectOwner": "lukebrandonfarrell",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}