-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
37 lines (37 loc) · 879 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
{
"files": [
"README.md"
],
"projectName": "express-automatic-routes",
"projectOwner": "GiovanniCardamone",
"repoType": "github",
"repoHost": "https://github.com",
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "GiovanniCardamone",
"name": "Giovanni Cardamone",
"avatar_url": "https://avatars0.githubusercontent.com/u/5117748?v=4",
"profile": "http://giovannicardamone.github.io",
"contributions": [
"code",
"doc",
"example",
"maintenance"
]
},
{
"login": "genbs",
"name": "Gennaro Bosone",
"avatar_url": "https://avatars0.githubusercontent.com/u/6159598?v=4",
"profile": "https://www.desidus.it/",
"contributions": [
"design"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}