-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.all-contributorsrc
45 lines (45 loc) · 1.1 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
{
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "KamalDGRT",
"name": "Kamal Sharma",
"avatar_url": "https://avatars.githubusercontent.com/u/43444282?v=4",
"profile": "https://www.linkedin.com/in/kamaldgrt/",
"contributions": [
"code",
"doc",
"maintenance",
"mentoring"
]
},
{
"login": "javeed3157",
"name": "SHAIK JAVEED SUHAIL",
"avatar_url": "https://avatars.githubusercontent.com/u/73298565?v=4",
"profile": "https://personal-portfolio-git-master-javeed3157.vercel.app/",
"contributions": [
"doc"
]
},
{
"login": "kanika-08",
"name": "Kanika Bhatnagar",
"avatar_url": "https://avatars.githubusercontent.com/u/64360673?v=4",
"profile": "https://github.com/kanika-08",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "Event-Aggregator",
"projectOwner": "DSC-SIST",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}