-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy path.all-contributorsrc
65 lines (65 loc) · 1.54 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
55
56
57
58
59
60
61
62
63
64
65
{
"files": [
"README.md"
],
"imageSize": 32,
"commit": false,
"contributors": [
{
"login": "Daniel-Beardsmore",
"name": "Daniel Beardsmore",
"avatar_url": "https://avatars3.githubusercontent.com/u/5874930?v=4",
"profile": "http://telcontar.net/",
"contributions": [
"code"
]
},
{
"login": "GitMensch",
"name": "Simon Sobisch",
"avatar_url": "https://avatars3.githubusercontent.com/u/6699539?v=4",
"profile": "https://github.com/GitMensch",
"contributions": [
"doc",
"code"
]
},
{
"login": "voodoo66",
"name": "",
"avatar_url": "https://avatars1.githubusercontent.com/u/14852960?s=400&v=4",
"profile": "https://github.com/voodoo66",
"contributions": [
"code"
]
},
{
"login": "tibold",
"name": "Tibold Kandrai",
"avatar_url": "https://avatars2.githubusercontent.com/u/1974659?v=4",
"profile": "https://github.com/tibold",
"contributions": [
"test",
"ideas",
"code",
"maintenance",
"doc"
]
},
{
"login": "maphew",
"name": "matt wilkie",
"avatar_url": "https://avatars3.githubusercontent.com/u/486200?v=4",
"profile": "http://www.maphew.com",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 3,
"projectName": "svg-explorer-extension",
"projectOwner": "tibold",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}