-
Notifications
You must be signed in to change notification settings - Fork 7
/
.all-contributorsrc
89 lines (89 loc) · 2.27 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "shiffman",
"name": "Daniel Shiffman",
"avatar_url": "https://avatars0.githubusercontent.com/u/191758?v=4",
"profile": "http://www.shiffman.net",
"contributions": [
"code"
]
},
{
"login": "violetcraze",
"name": "Violet",
"avatar_url": "https://avatars1.githubusercontent.com/u/43045568?v=4",
"profile": "https://github.com/violetcraze",
"contributions": [
"doc"
]
},
{
"login": "gruselhaus",
"name": "Nico Finkernagel",
"avatar_url": "https://avatars2.githubusercontent.com/u/33380107?v=4",
"profile": "https://gruselhaus.com",
"contributions": [
"code"
]
},
{
"login": "arnavsirigere",
"name": "Arnav Sirigere",
"avatar_url": "https://avatars0.githubusercontent.com/u/57677629?v=4",
"profile": "https://github.com/arnavsirigere",
"contributions": [
"code",
"ideas"
]
},
{
"login": "hunterparks",
"name": "Hunter Parks",
"avatar_url": "https://avatars3.githubusercontent.com/u/17714503?v=4",
"profile": "https://www.hunterparks.com",
"contributions": [
"code"
]
},
{
"login": "dg1234uk",
"name": "Daniel Granger",
"avatar_url": "https://avatars2.githubusercontent.com/u/2423155?v=4",
"profile": "https://dangranger.co.uk",
"contributions": [
"code"
]
},
{
"login": "jasontheillustrator",
"name": "Jason Heglund",
"avatar_url": "https://avatars.githubusercontent.com/u/103963888?v=4",
"profile": "https://github.com/jasontheillustrator",
"contributions": [
"design"
]
},
{
"login": "KobeLiesenborgs",
"name": "Kobe Liesenborgs",
"avatar_url": "https://avatars.githubusercontent.com/u/31523219?v=4",
"profile": "https://github.com/KobeLiesenborgs",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "Random-Whistle",
"projectOwner": "CodingTrain",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}