-
Notifications
You must be signed in to change notification settings - Fork 14
/
.all-contributorsrc
53 lines (53 loc) · 1.3 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "parithon",
"name": "Anthony Conrad (parithon)",
"avatar_url": "https://avatars.githubusercontent.com/u/8602418?v=4",
"profile": "https://github.com/parithon",
"contributions": [
"code"
]
},
{
"login": "MatthewKosloski",
"name": "Matthew Kosloski",
"avatar_url": "https://avatars.githubusercontent.com/u/1219553?v=4",
"profile": "https://matthewkosloski.me/",
"contributions": [
"code"
]
},
{
"login": "yoannfleurydev",
"name": "Yoann Fleury",
"avatar_url": "https://avatars.githubusercontent.com/u/3920615?v=4",
"profile": "http://blog.yoannfleury.dev",
"contributions": [
"code"
]
},
{
"login": "Technickel-Dev",
"name": "Technickel",
"avatar_url": "https://avatars.githubusercontent.com/u/22779812?v=4",
"profile": "https://www.technickel.dev/",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "vscode-twitch-highlighter",
"projectOwner": "clarkio",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}