-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
.all-contributorsrc
43 lines (43 loc) · 1015 Bytes
/
.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
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"skipCi": true,
"projectName": "AzSubscriptionCleaner",
"projectOwner": "FBoucher",
"repoType": "github",
"repoHost": "https://github.com",
"contributors": [
{
"login": "FBoucher",
"name": "Frank Boucher",
"avatar_url": "https://avatars3.githubusercontent.com/u/2404846?v=4",
"profile": "http://cloud5mins.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "ChrisIIx",
"name": "Christopher Sl.",
"avatar_url": "https://avatars2.githubusercontent.com/u/47574928?v=4",
"profile": "https://github.com/ChrisIIx",
"contributions": [
"doc",
"code"
]
},
{
"login": "alexkhil",
"name": "Alex Khil",
"avatar_url": "https://avatars.githubusercontent.com/u/29799046?v=4",
"profile": "http://linkedin.com/in/alexkhil",
"contributions": [
"code"
]
}
]
}