-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
45 lines (45 loc) · 1.06 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
{
"projectName": "ngx-freshchat",
"projectOwner": "beyondsanity",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "beyondsanity",
"name": "Claudio Suardi",
"avatar_url": "https://avatars3.githubusercontent.com/u/7868362?v=4",
"profile": "https://www.officinedigitaliitaliane.it/",
"contributions": [
"code",
"doc",
"review"
]
},
{
"login": "WillPoulson",
"name": "Will Poulson",
"avatar_url": "https://avatars0.githubusercontent.com/u/12980659?v=4",
"profile": "http://www.willpoulson.co.uk",
"contributions": [
"code",
"doc"
]
},
{
"login": "robjean9",
"name": "Robson Jean Penteado",
"avatar_url": "https://avatars.githubusercontent.com/u/5704383?v=4",
"profile": "https://github.com/robjean9",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}