-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.all-contributorsrc
More file actions
35 lines (35 loc) · 940 Bytes
/
.all-contributorsrc
File metadata and controls
35 lines (35 loc) · 940 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
{
"projectName": "basicojavascript",
"projectOwner": "Todointerconectado",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"linkImages": true,
"contributorsPerLine": 7,
"linkToUsage": true,
"hideNames": true,
"contributors": [
{
"login": "Todointerconectado",
"name": "Francisco Carusso",
"avatar_url": "https://avatars.githubusercontent.com/u/106126465?v=4",
"profile": "https://github.com/Todointerconectado",
"contributions": [
"code", "a11y", "bug", "data", "doc", "maintenance",
"mentoring", "question", "tool"
]
},
{
"login": "JuanFPaz",
"name": "Juan Paz",
"avatar_url": "https://avatars.githubusercontent.com/u/100331400?v=4",
"profile": "https://github.com/JuanFPaz",
"contributions": ["code"]
}
]
}