-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.all-contributorsrc
66 lines (66 loc) · 1.59 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "teovillanueva",
"name": "Teodoro Villanueva",
"avatar_url": "https://avatars.githubusercontent.com/u/41754896?v=4",
"profile": "https://greener.bio",
"contributions": [
"maintenance",
"doc",
"code"
]
},
{
"login": "artalat",
"name": "Abdul Rehman Talat",
"avatar_url": "https://avatars.githubusercontent.com/u/295630?v=4",
"profile": "https://github.com/artalat",
"contributions": [
"code"
]
},
{
"login": "tobysmith",
"name": "Toby Smith",
"avatar_url": "https://avatars.githubusercontent.com/u/1110053?v=4",
"profile": "https://github.com/tobysmith",
"contributions": [
"doc",
"code"
]
},
{
"login": "YoussefHenna",
"name": "Youssef Henna",
"avatar_url": "https://avatars.githubusercontent.com/u/58384527?v=4",
"profile": "https://github.com/YoussefHenna",
"contributions": [
"doc",
"code"
]
},
{
"login": "sreuter",
"name": "Sascha Reuter",
"avatar_url": "https://avatars.githubusercontent.com/u/550246?v=4",
"profile": "https://github.com/sreuter",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "react-native-web-maps",
"projectOwner": "teovillanueva",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}