-
Notifications
You must be signed in to change notification settings - Fork 17
/
.all-contributorsrc
114 lines (114 loc) · 3 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
{
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"contributions": [
"code",
"content",
"design",
"maintenance",
"tool"
],
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"profile": "http://www.joshuakgoldberg.com"
},
{
"login": "tjwds",
"name": "Joe Woods",
"avatar_url": "https://avatars.githubusercontent.com/u/7093793?v=4",
"profile": "https://joewoods.dev",
"contributions": [
"code",
"content",
"maintenance"
]
},
{
"login": "jazzypants1989",
"name": "Jesse Pence",
"avatar_url": "https://avatars.githubusercontent.com/u/102560332?v=4",
"profile": "http://jovialpenguin.com",
"contributions": [
"code"
]
},
{
"login": "RNR1",
"name": "Ron Braha",
"avatar_url": "https://avatars.githubusercontent.com/u/45559220?v=4",
"profile": "https://linktr.ee/ronbraha",
"contributions": [
"code"
]
},
{
"login": "chasenstark",
"name": "Chasen",
"avatar_url": "https://avatars.githubusercontent.com/u/40804965?v=4",
"profile": "https://github.com/chasenstark",
"contributions": [
"doc"
]
},
{
"login": "seriouslysean",
"name": "Sean Kennedy",
"avatar_url": "https://avatars.githubusercontent.com/u/414475?v=4",
"profile": "https://www.codeserious.com",
"contributions": [
"code"
]
},
{
"login": "chethtrayen",
"name": "chethtrayen",
"avatar_url": "https://avatars.githubusercontent.com/u/14133613?v=4",
"profile": "https://github.com/chethtrayen",
"contributions": [
"design",
"code"
]
},
{
"login": "colin-j-arpe",
"name": "C. Arpe",
"avatar_url": "https://avatars.githubusercontent.com/u/23365750?v=4",
"profile": "https://github.com/colin-j-arpe",
"contributions": [
"code"
]
},
{
"login": "jvoccia",
"name": "Jason V.",
"avatar_url": "https://avatars.githubusercontent.com/u/6591584?v=4",
"profile": "https://github.com/jvoccia",
"contributions": [
"code"
]
},
{
"login": "iamtimleonard",
"name": "Tim Leonard",
"avatar_url": "https://avatars.githubusercontent.com/u/69484330?v=4",
"profile": "https://github.com/iamtimleonard",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "philly-js-club-website",
"projectOwner": "philly-js-club",
"repoHost": "https://github.com",
"repoType": "github"
}