forked from pinellolab/DNA-Diffusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
46 lines (46 loc) · 1.08 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "LucasSilvaFerreira",
"name": "Lucas Ferreira da Silva",
"avatar_url": "https://avatars.githubusercontent.com/u/5742873?v=4",
"profile": "https://github.com/LucasSilvaFerreira",
"contributions": [
"ideas",
"code"
]
},
{
"login": "lucapinello",
"name": "Luca Pinello",
"avatar_url": "https://avatars.githubusercontent.com/u/1081322?v=4",
"profile": "http://pinellolab.org",
"contributions": [
"ideas"
]
},
{
"login": "ssenan",
"name": "Simon",
"avatar_url": "https://avatars.githubusercontent.com/u/8073222?v=4",
"profile": "https://github.com/ssenan",
"contributions": [
"ideas",
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "DNA-Diffusion",
"projectOwner": "pinellolab"
}