-
Notifications
You must be signed in to change notification settings - Fork 20
/
.all-contributorsrc
84 lines (84 loc) · 1.98 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"projectName": "s2s",
"projectOwner": "akameco",
"files": [
"readme.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "akameco",
"name": "akameco",
"avatar_url": "https://avatars2.githubusercontent.com/u/4002137?v=4",
"profile": "http://akameco.github.io",
"contributions": [
"code",
"test",
"question",
"ideas",
"infra"
]
},
{
"login": "elzup",
"name": "elzup",
"avatar_url": "https://avatars3.githubusercontent.com/u/2284908?v=4",
"profile": "https://elzup.com",
"contributions": [
"ideas",
"code"
]
},
{
"login": "erukiti",
"name": "erukiti",
"avatar_url": "https://avatars3.githubusercontent.com/u/84027?v=4",
"profile": "http://www.amazon.co.jp/gp/registry/wishlist/JQ28X5KI9FRY",
"contributions": [
"blog",
"code",
"test"
]
},
{
"login": "asciian",
"name": "asciian",
"avatar_url": "https://avatars2.githubusercontent.com/u/5019902?v=4",
"profile": "https://asciian.github.io/",
"contributions": [
"doc"
]
},
{
"login": "kamijin-fanta",
"name": "kamijin_fanta",
"avatar_url": "https://avatars0.githubusercontent.com/u/1541187?v=4",
"profile": "https://twitter.com/kamijin_fanta",
"contributions": [
"code",
"doc"
]
},
{
"login": "pocketberserker",
"name": "pocketberserker",
"avatar_url": "https://avatars0.githubusercontent.com/u/911952?v=4",
"profile": "https://twitter.com/pocketberserker",
"contributions": [
"doc"
]
},
{
"login": "ygkn",
"name": "ygkn",
"avatar_url": "https://avatars2.githubusercontent.com/u/14973783?v=4",
"profile": "https://github.com/ygkn",
"contributions": [
"code"
]
}
],
"repoType": "github",
"commitConvention": "none"
}