-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
49 lines (49 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
{
"commit": false,
"commitConvention": "eslint",
"contributors": [
{
"avatar_url": "https://avatars.githubusercontent.com/u/47806818?v=4",
"contributions": ["code", "doc", "maintenance", "platform", "review"],
"login": "bicstone",
"name": "Oishi Takanori",
"profile": "https://bicstone.me/"
},
{
"avatar_url": "https://avatars.githubusercontent.com/u/26852981?v=4",
"contributions": ["doc"],
"login": "toknsi",
"name": "toknsi",
"profile": "https://github.com/toknsi"
},
{
"avatar_url": "https://avatars.githubusercontent.com/u/5938690?v=4",
"contributions": ["doc"],
"login": "yukinobu",
"name": "Yukinobu Nagayasu",
"profile": "https://www.yukinobu.jp/tdiary/"
},
{
"avatar_url": "https://avatars.githubusercontent.com/u/1811616?v=4",
"contributions": ["maintenance"],
"login": "ohbarye",
"name": "Masato Ohba",
"profile": "https://ohbarye.github.io/"
},
{
"avatar_url": "https://avatars.githubusercontent.com/u/26106502?v=4",
"contributions": ["maintenance"],
"login": "nerixim",
"name": "Nikita Kamaev",
"profile": "https://github.com/nerixim"
}
],
"contributorsPerLine": 7,
"files": ["README.md"],
"imageSize": 100,
"projectName": "ra-language-japanese",
"projectOwner": "bicstone",
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": true
}