-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
54 lines (54 loc) · 1.38 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
{
"projectName": "GRAPHGEN",
"projectOwner": "prittt",
"files": [
"README.md"
],
"commit": false,
"repoType": "github",
"repoHost": "https://github.com",
"imageSize": 100,
"contributorsPerLine": 6,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat)](#contributors)",
"skipCi": true,
"contributors": [
{
"login": "prittt",
"name": "Federico Bolelli",
"avatar_url": "https://avatars3.githubusercontent.com/u/6863130?v=4",
"profile": "http://www.federicobolelli.it",
"contributions": [
"code",
"projectManagement",
"maintenance",
"infra",
"ideas",
"doc"
]
},
{
"login": "stal12",
"name": "Stefano Allegretti",
"avatar_url": "https://avatars2.githubusercontent.com/u/34423515?v=1",
"profile": "https://github.com/stal12",
"contributions": [
"code",
"maintenance",
"infra"
]
},
{
"login": "CostantinoGrana",
"name": "Costantino Grana",
"avatar_url": "https://avatars2.githubusercontent.com/u/18437151?v=1",
"profile": "https://github.com/CostantinoGrana",
"contributions": [
"code",
"projectManagement",
"ideas",
"infra"
]
}
]
}