-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
50 lines (50 loc) · 1.17 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "adswa",
"name": "Adina Wagner",
"avatar_url": "https://avatars1.githubusercontent.com/u/29738718?v=4",
"profile": "http://www.adina-wagner.com",
"contributions": [
"projectManagement",
"maintenance",
"code",
"doc"
]
},
{
"login": "DorienHuijser",
"name": "Dorien Huijser",
"avatar_url": "https://avatars1.githubusercontent.com/u/58177697?v=4",
"profile": "https://github.com/DorienHuijser",
"contributions": [
"doc",
"projectManagement",
"ideas",
"userTesting",
"maintenance"
]
},
{
"login": "TheDragon246",
"name": "Ashish Sahoo",
"avatar_url": "https://avatars2.githubusercontent.com/u/63247401?v=4",
"profile": "https://github.com/TheDragon246",
"contributions": [
"doc",
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "git-annex-remote-osf",
"projectOwner": "adswa",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}