-
Notifications
You must be signed in to change notification settings - Fork 7
/
.all-contributorsrc
55 lines (55 loc) · 1.34 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
{
"projectName": "vanilla-i18n",
"projectOwner": "thealphadollar",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "toyamarodrigo",
"name": "rt",
"avatar_url": "https://avatars1.githubusercontent.com/u/41844101?v=4",
"profile": "https://github.com/toyamarodrigo",
"contributions": [
"code",
"doc",
"ideas",
"plugin",
"tool"
]
},
{
"login": "denisvieira05",
"name": "Denis Vieira",
"avatar_url": "https://avatars.githubusercontent.com/u/8844649?v=4",
"profile": "http://denisvieira.js.org/",
"contributions": [
"maintenance"
]
},
{
"login": "thealphadollar",
"name": "Shivam Kumar Jha",
"avatar_url": "https://avatars.githubusercontent.com/u/32812320?v=4",
"profile": "https://github.com/thealphadollar",
"contributions": [
"maintenance"
]
},
{
"login": "RandallWert",
"name": "Randall Wert",
"avatar_url": "https://avatars.githubusercontent.com/u/20331611?v=4",
"profile": "https://github.com/RandallWert",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 7
}