-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.all-contributorsrc
More file actions
35 lines (35 loc) · 847 Bytes
/
.all-contributorsrc
File metadata and controls
35 lines (35 loc) · 847 Bytes
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
{
"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": [
"mentoring",
"ideas"
]
},
{
"login": "Manoj-Paramsetti",
"name": "Manoj Paramsetti",
"avatar_url": "https://avatars.githubusercontent.com/u/39455174?v=4",
"profile": "https://manoj-paramsetti.github.io/",
"contributions": [
"code",
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "Algorithm-Warehouse",
"projectOwner": "Manoj-Paramsetti",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}