-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
116 lines (116 loc) · 2.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
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
107
108
109
110
111
112
113
114
115
116
{
"projectName": "@tablecheck/tablekit",
"projectOwner": "tablecheck",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "wahidmagdy",
"name": "Wahid Magdy",
"avatar_url": "https://avatars.githubusercontent.com/u/3442546?v=4",
"profile": "https://github.com/wahidmagdy",
"contributions": [
"doc",
"example"
]
},
{
"login": "SimeonC",
"name": "Simeon Cheeseman",
"avatar_url": "https://avatars.githubusercontent.com/u/1085899?v=4",
"profile": "https://github.com/SimeonC",
"contributions": [
"infra",
"example",
"code",
"test",
"doc"
]
},
{
"login": "irmir",
"name": "irmir",
"avatar_url": "https://avatars.githubusercontent.com/u/59263605?v=4",
"profile": "https://github.com/irmir",
"contributions": [
"example",
"code"
]
},
{
"login": "gazpachu",
"name": "Joan Mira",
"avatar_url": "https://avatars.githubusercontent.com/u/1721288?v=4",
"profile": "http://joanmira.com/",
"contributions": [
"doc",
"code"
]
},
{
"login": "johnnyshields",
"name": "Johnny Shields",
"avatar_url": "https://avatars.githubusercontent.com/u/27655?v=4",
"profile": "https://github.com/johnnyshields",
"contributions": [
"doc"
]
},
{
"login": "Findmitrey",
"name": "Dmitriy",
"avatar_url": "https://avatars.githubusercontent.com/u/19979106?v=4",
"profile": "https://github.com/Findmitrey",
"contributions": [
"example",
"code"
]
},
{
"login": "daniellizik",
"name": "Daniel Lizik",
"avatar_url": "https://avatars.githubusercontent.com/u/10506366?v=4",
"profile": "https://github.com/daniellizik",
"contributions": [
"code"
]
},
{
"login": "SashaShostyr",
"name": "Alex",
"avatar_url": "https://avatars.githubusercontent.com/u/19342294?v=4",
"profile": "https://github.com/SashaShostyr",
"contributions": [
"code",
"example",
"infra"
]
},
{
"login": "k-baldauf",
"name": "k-baldauf",
"avatar_url": "https://avatars.githubusercontent.com/u/107082171?v=4",
"profile": "https://github.com/k-baldauf",
"contributions": [
"code"
]
},
{
"login": "donaldIvanTC",
"name": "donaldIvanTC",
"avatar_url": "https://avatars.githubusercontent.com/u/141105163?v=4",
"profile": "https://github.com/donaldIvanTC",
"contributions": [
"example"
]
}
],
"contributorsPerLine": 6,
"skipCi": true
}