forked from kiliman/tailwindui-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
100 lines (100 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
{
"projectName": "tailwindui-crawler",
"projectOwner": "kiliman",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"avatarBlockTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>&size=100\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"contributors": [
{
"login": "kiliman",
"name": "Kiliman",
"avatar_url": "https://avatars3.githubusercontent.com/u/47168?v=4",
"profile": "https://github.com/kiliman",
"contributions": [
"code"
]
},
{
"login": "sonovice",
"name": "Simon Waloschek",
"avatar_url": "https://avatars0.githubusercontent.com/u/8217108?v=4",
"profile": "http://www.cemfi.de",
"contributions": [
"code"
]
},
{
"login": "nawok",
"name": "Pavel Fomchenkov",
"avatar_url": "https://avatars3.githubusercontent.com/u/159773?v=4",
"profile": "https://github.com/nawok",
"contributions": [
"code"
]
},
{
"login": "RobinMalfait",
"name": "Robin Malfait",
"avatar_url": "https://avatars2.githubusercontent.com/u/1834413?v=4",
"profile": "https://robinmalfait.com",
"contributions": [
"code"
]
},
{
"login": "m1guelpf",
"name": "Miguel Piedrafita",
"avatar_url": "https://avatars0.githubusercontent.com/u/23558090?v=4",
"profile": "https://miguelpiedrafita.com",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "vladdu",
"name": "Vlad Dumitrescu",
"avatar_url": "https://avatars0.githubusercontent.com/u/9707?v=4",
"profile": "https://github.com/vladdu",
"contributions": [
"doc"
]
},
{
"login": "vesper8",
"name": "C-Bass",
"avatar_url": "https://avatars1.githubusercontent.com/u/816028?v=4",
"profile": "https://github.com/vesper8",
"contributions": [
"code"
]
},
{
"login": "GregBrimble",
"name": "Greg Brimble",
"avatar_url": "https://avatars.githubusercontent.com/u/8484333?v=4",
"profile": "https://gregbrimble.com/",
"contributions": [
"doc",
"tool"
]
},
{
"login": "yagnik",
"name": "Yagnik",
"avatar_url": "https://avatars.githubusercontent.com/u/777296?v=4",
"profile": "https://github.com/yagnik",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}