-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.all-contributorsrc
115 lines (115 loc) · 2.87 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kohidave",
"name": "David Killmon",
"avatar_url": "https://avatars3.githubusercontent.com/u/828419?v=4",
"profile": "http://kohidave.dev",
"contributions": [
"doc"
]
},
{
"login": "boyney123",
"name": "David Boyne",
"avatar_url": "https://avatars1.githubusercontent.com/u/3268013?v=4",
"profile": "https://medium.com/@boyney123",
"contributions": [
"code"
]
},
{
"login": "udondan",
"name": "Daniel Schroeder",
"avatar_url": "https://avatars3.githubusercontent.com/u/6443408?v=4",
"profile": "https://www.udondan.com/",
"contributions": [
"code"
]
},
{
"login": "guan840912",
"name": "Neil Kuan",
"avatar_url": "https://avatars2.githubusercontent.com/u/46012524?v=4",
"profile": "https://blog.neilkuan.dev/",
"contributions": [
"doc"
]
},
{
"login": "dkocher",
"name": "David Kocher",
"avatar_url": "https://avatars1.githubusercontent.com/u/71733?v=4",
"profile": "https://iterate.ch/",
"contributions": [
"doc"
]
},
{
"login": "pankajagrawal16",
"name": "Pankaj Agrawal",
"avatar_url": "https://avatars2.githubusercontent.com/u/8058415?v=4",
"profile": "https://github.com/pankajagrawal16",
"contributions": [
"doc"
]
},
{
"login": "rennokki",
"name": "rennokki",
"avatar_url": "https://avatars2.githubusercontent.com/u/21983456?v=4",
"profile": "https://renoki.org/",
"contributions": [
"doc"
]
},
{
"login": "PatMyron",
"name": "Pat Myron",
"avatar_url": "https://avatars3.githubusercontent.com/u/7014355?v=4",
"profile": "https://github.com/PatMyron",
"contributions": [
"doc"
]
},
{
"login": "Bensign",
"name": "Ben Schaechter",
"avatar_url": "https://avatars.githubusercontent.com/u/223348?v=4",
"profile": "https://vantage.sh/",
"contributions": [
"doc"
]
},
{
"login": "corrjo",
"name": "John Corrales",
"avatar_url": "https://avatars.githubusercontent.com/u/12716969?v=4",
"profile": "https://github.com/corrjo",
"contributions": [
"doc"
]
},
{
"login": "andreacavagna01",
"name": "Andrea Cavagna",
"avatar_url": "https://avatars.githubusercontent.com/u/17701428?v=4",
"profile": "https://github.com/andreacavagna01",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "awstools",
"projectOwner": "boyney123",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "none"
}