-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
.all-contributorsrc
57 lines (57 loc) · 1.84 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
{
"projectName": "pencil.js",
"projectOwner": "pencil-js",
"files": [
"readme.md"
],
"imageSize": 99,
"commit": false,
"contributorTemplate": "<a href='https://github.com/${ contributor.login }'><img src='https://github.com/${ contributor.login }.png?size=${ options.imageSize }' width='${ options.imageSize }px;' alt='${ contributor.name } avatar'/><br/>\n <sub><b>${ contributor.name }</b></sub></a>",
"contributors": [
{
"login": "GMartigny",
"name": "Guillaume Martigny",
"avatar_url": "https://avatars3.githubusercontent.com/u/2543511?v=4",
"profile": "http://www.guillaume-martigny.fr",
"contributions": []
},
{
"login": "Heraclite",
"name": "Heraclite",
"avatar_url": "https://avatars3.githubusercontent.com/u/26170557?v=4",
"profile": "https://github.com/Heraclite",
"contributions": []
},
{
"login": "zachary-nguyen",
"name": "Zachary Nguyen",
"avatar_url": "https://avatars1.githubusercontent.com/u/43250829?v=4",
"profile": "https://github.com/zachary-nguyen",
"contributions": []
},
{
"login": "jaller94",
"name": "Christian Paul",
"avatar_url": "https://avatars1.githubusercontent.com/u/10872136?v=4",
"profile": "https://github.com/jaller94",
"contributions": []
},
{
"login": "Marr11317",
"name": "Rémi Marche",
"avatar_url": "https://avatars.githubusercontent.com/u/35939574?v=4",
"profile": "https://github.com/Marr11317",
"contributions": []
},
{
"login": "curedbylethe",
"name": "Parsa",
"avatar_url": "https://avatars.githubusercontent.com/u/106576103?v=4",
"profile": "https://github.com/curedbylethe",
"contributions": []
}
],
"contributorsPerLine": 7,
"repoType": "github",
"commitConvention": "none"
}