-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
78 lines (78 loc) · 1.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "roerohan",
"name": "Rohan Mukherjee",
"avatar_url": "https://avatars0.githubusercontent.com/u/42958812?v=4",
"profile": "https://github.com/roerohan",
"contributions": [
"doc"
]
},
{
"login": "thebongy",
"name": "Rishit Bansal",
"avatar_url": "https://avatars1.githubusercontent.com/u/7080652?v=4",
"profile": "https://github.com/thebongy",
"contributions": [
"doc"
]
},
{
"login": "Mannan-Goyal",
"name": "Mannan Goyal",
"avatar_url": "https://avatars.githubusercontent.com/u/72966340?v=4",
"profile": "https://github.com/Mannan-Goyal",
"contributions": [
"doc"
]
},
{
"login": "salt57",
"name": "salt57",
"avatar_url": "https://avatars.githubusercontent.com/u/45989024?v=4",
"profile": "https://github.com/salt57",
"contributions": [
"doc"
]
},
{
"login": "Rakesh1772",
"name": "Rakesh1772",
"avatar_url": "https://avatars.githubusercontent.com/u/77398468?v=4",
"profile": "https://github.com/Rakesh1772",
"contributions": [
"doc"
]
},
{
"login": "sanjaybaskaran01",
"name": "Sanjay Kumar Baskaran",
"avatar_url": "https://avatars.githubusercontent.com/u/72266283?v=4",
"profile": "https://www.linkedin.com/in/sanjaybaskaran",
"contributions": [
"doc"
]
},
{
"login": "UnknownAbyss",
"name": "Additya Singhal",
"avatar_url": "https://avatars.githubusercontent.com/u/44570898?v=4",
"profile": "https://github.com/UnknownAbyss",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "CTF-Write-ups",
"projectOwner": "csivitu",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}