forked from keep-starknet-strange/garaga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
106 lines (106 loc) · 2.71 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"projectName": "garaga",
"projectOwner": "keep-starknet-strange",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "feltroidprime",
"name": "Feltroid Prime",
"avatar_url": "https://avatars.githubusercontent.com/u/96737978?v=4",
"profile": "https://github.com/feltroidprime",
"contributions": [
"code"
]
},
{
"login": "abdelhamidbakhta",
"name": "Abdel @ StarkWare ",
"avatar_url": "https://avatars.githubusercontent.com/u/45264458?v=4",
"profile": "https://github.com/abdelhamidbakhta",
"contributions": [
"code"
]
},
{
"login": "tekkac",
"name": "Tarik K.",
"avatar_url": "https://avatars.githubusercontent.com/u/98529704?v=4",
"profile": "https://github.com/tekkac",
"contributions": [
"code"
]
},
{
"login": "bacharif",
"name": "Bachir Arif",
"avatar_url": "https://avatars.githubusercontent.com/u/22233193?v=4",
"profile": "https://github.com/bacharif",
"contributions": [
"code"
]
},
{
"login": "rdubois-crypto",
"name": "Renaud Dubois",
"avatar_url": "https://avatars.githubusercontent.com/u/103030189?v=4",
"profile": "https://github.com/rdubois-crypto",
"contributions": [
"code"
]
},
{
"login": "raugfer",
"name": "Rodrigo Ferreira",
"avatar_url": "https://avatars.githubusercontent.com/u/725060?v=4",
"profile": "https://raugfer.com/",
"contributions": [
"code"
]
},
{
"login": "luiz-lvj",
"name": "Luiz Vasconcelos Júnior",
"avatar_url": "https://avatars.githubusercontent.com/u/64055364?v=4",
"profile": "https://github.com/luiz-lvj",
"contributions": [
"code"
]
},
{
"login": "shramee",
"name": "Shramee Srivastav",
"avatar_url": "https://avatars.githubusercontent.com/u/11048263?v=4",
"profile": "http://shramee.me/",
"contributions": [
"code"
]
},
{
"login": "akinovak",
"name": "Andrija Novakovic",
"avatar_url": "https://avatars.githubusercontent.com/u/28649205?v=4",
"profile": "https://github.com/akinovak",
"contributions": [
"code"
]
},
{
"login": "Liam-Eagen",
"name": "Liam Eagen",
"avatar_url": "https://avatars.githubusercontent.com/u/5618692?v=4",
"profile": "https://github.com/Liam-Eagen",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}