forked from fdgt-apis/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
106 lines (106 loc) · 2.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"files": [
"README.md"
],
"imageSize": 100,
"badgeTemplate": "<a href=\"#contributors-\"><img alt=\"All Contributors\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\"></a>",
"commit": false,
"contributors": [
{
"login": "trezy",
"name": "Trezy",
"avatar_url": "https://avatars2.githubusercontent.com/u/442980?v=4",
"profile": "http://trezy.com",
"contributions": [
"code",
"business",
"doc",
"example",
"infra",
"maintenance"
]
},
{
"login": "d-fischer",
"name": "Daniel Fischer",
"avatar_url": "https://avatars3.githubusercontent.com/u/5854687?v=4",
"profile": "https://github.com/d-fischer",
"contributions": [
"doc",
"review",
"code",
"test",
"maintenance"
]
},
{
"login": "Trico-Everfire",
"name": "Trico Everfire",
"avatar_url": "https://avatars3.githubusercontent.com/u/55441008?v=4",
"profile": "https://github.com/Trico-Everfire",
"contributions": [
"bug"
]
},
{
"login": "iProdigy",
"name": "Sidd",
"avatar_url": "https://avatars0.githubusercontent.com/u/8106344?v=4",
"profile": "https://github.com/iProdigy",
"contributions": [
"bug",
"review",
"doc",
"example",
"code",
"test"
]
},
{
"login": "PhilippHeuer",
"name": "Philipp Heuer",
"avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4",
"profile": "https://www.philippheuer.me/",
"contributions": [
"bug"
]
},
{
"login": "bdashore3",
"name": "Brian Dashore",
"avatar_url": "https://avatars2.githubusercontent.com/u/8082010?v=4",
"profile": "https://github.com/bdashore3",
"contributions": [
"doc",
"example",
"ideas",
"question"
]
},
{
"login": "pajlada",
"name": "pajlada",
"avatar_url": "https://avatars.githubusercontent.com/u/962989?v=4",
"profile": "https://pajlada.se/",
"contributions": [
"code",
"doc"
]
},
{
"login": "itssimple",
"name": "Chris Gårdenberg",
"avatar_url": "https://avatars.githubusercontent.com/u/11502257?v=4",
"profile": "https://itssimple.se",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "api",
"projectOwner": "fdgt-apis",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}