-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
41 lines (41 loc) · 1008 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "StillFantastic",
"name": "Bill Hsu",
"avatar_url": "https://avatars3.githubusercontent.com/u/28007209?v=4",
"profile": "https://github.com/StillFantastic",
"contributions": [
"code"
]
},
{
"login": "boyuchen0224",
"name": "boyuchen",
"avatar_url": "https://avatars2.githubusercontent.com/u/26523039?v=4",
"profile": "https://github.com/boyuchen0224",
"contributions": [
"code"
]
},
{
"login": "HappyFeet07",
"name": "HappyFeet07",
"avatar_url": "https://avatars1.githubusercontent.com/u/34086197?v=4",
"profile": "https://github.com/HappyFeet07",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "cypherpunks-ctf",
"projectOwner": "cypherpunks-core",
"repoType": "github",
"repoHost": "https://github.com"
}