forked from alexzaganelli/strapi-plugin-email-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
86 lines (86 loc) · 2.25 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "alexzaganelli",
"name": "Alexandre Zaganelli",
"avatar_url": "https://avatars.githubusercontent.com/u/1064582?v=4",
"profile": "https://alexzaganelli.com",
"contributions": [
"ideas",
"code",
"design",
"bug"
]
},
{
"login": "bannerchi",
"name": "Ron Chi",
"avatar_url": "https://avatars.githubusercontent.com/u/1281294?v=4",
"profile": "http://www.tuhaogo.com/",
"contributions": [
"bug"
]
},
{
"login": "pr0gr8mm3r",
"name": "p_0g_8mm3_",
"avatar_url": "https://avatars.githubusercontent.com/u/37022952?v=4",
"profile": "https://github.com/pr0gr8mm3r",
"contributions": [
"design",
"ideas"
]
},
{
"login": "creazy231",
"name": "Tobias Thiele",
"avatar_url": "https://avatars.githubusercontent.com/u/13473174?v=4",
"profile": "https://tobias-thiele.de/",
"contributions": [
"code",
"design",
"ideas"
]
},
{
"login": "GuilleAngulo",
"name": "Guillermo Angulo",
"avatar_url": "https://avatars.githubusercontent.com/u/50624358?v=4",
"profile": "http://guilleangulo.me",
"contributions": [
"bug",
"code"
]
},
{
"login": "xcivit",
"name": "Xavier Civit",
"avatar_url": "https://avatars.githubusercontent.com/u/54951764?v=4",
"profile": "https://www.linkedin.com/in/xaviercivit/",
"contributions": [
"bug"
]
},
{
"login": "jpizzle34",
"name": "jpizzle34",
"avatar_url": "https://avatars.githubusercontent.com/u/48883158?v=4",
"profile": "https://github.com/jpizzle34",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "strapi-plugin-email-designer",
"projectOwner": "alexzaganelli",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"badgeTemplate": "<a href=\"#contributors-\"><img alt=\"Contributors\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=plastic\"></a>"
}