-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.all-contributorsrc
70 lines (69 loc) · 1.82 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
{
"projectName": "kit",
"projectOwner": "svelte-jp",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "tomoam",
"name": "tomoam",
"avatar_url": "https://avatars.githubusercontent.com/u/29677552?v=4",
"profile": "https://github.com/tomoam",
"contributions": ["doc"]
},
{
"login": "yamanoku",
"name": "Okuto Oyama",
"avatar_url": "https://avatars.githubusercontent.com/u/1996642?v=4",
"profile": "https://yamanoku.net/",
"contributions": ["doc"]
},
{
"login": "myLifeAsaDog",
"name": "myLifeAsaDog",
"avatar_url": "https://avatars.githubusercontent.com/u/18300178?v=4",
"profile": "https://github.com/myLifeAsaDog",
"contributions": ["doc"]
},
{
"login": "miily8310s",
"name": "miruoo",
"avatar_url": "https://avatars.githubusercontent.com/u/42486288?v=4",
"profile": "https://katanugramer.hatenablog.com/",
"contributions": ["doc"]
},
{
"login": "oekazuma",
"name": "Kazuma Oe",
"avatar_url": "https://avatars.githubusercontent.com/u/29580221?v=4",
"profile": "https://qiita.com/oekazuma",
"contributions": ["doc"]
},
{
"login": "dajiaji",
"name": "Ajitomi Daisuke",
"avatar_url": "https://avatars.githubusercontent.com/u/3192030?v=4",
"profile": "https://github.com/dajiaji",
"contributions": ["doc"]
},
{
"login": "kimdj2",
"name": "bondee",
"avatar_url": "https://avatars.githubusercontent.com/u/38813699?v=4",
"profile": "https://github.com/kimdj2",
"contributions": ["doc"]
},
{
"login": "dito",
"name": "dito",
"avatar_url": "https://avatars.githubusercontent.com/u/4264269?v=4",
"profile": "https://github.com/dito",
"contributions": ["doc"]
}
],
"contributorsPerLine": 7
}