forked from skovy/typed-scss-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
130 lines (130 loc) · 3.29 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat)](#contributors-)",
"contributors": [
{
"login": "dawnmist",
"name": "Janeene Beeforth",
"avatar_url": "https://avatars3.githubusercontent.com/u/5810277?v=4",
"profile": "https://github.com/dawnmist",
"contributions": [
"bug",
"code",
"doc"
]
},
{
"login": "ericbf",
"name": "Eric Ferreira",
"avatar_url": "https://avatars0.githubusercontent.com/u/2483476?v=4",
"profile": "https://github.com/ericbf",
"contributions": [
"code",
"doc"
]
},
{
"login": "lkarmelo",
"name": "Luis Lopes",
"avatar_url": "https://avatars2.githubusercontent.com/u/20393808?v=4",
"profile": "https://github.com/lkarmelo",
"contributions": [
"code"
]
},
{
"login": "halfnibble",
"name": "Josh Wedekind",
"avatar_url": "https://avatars0.githubusercontent.com/u/5139752?v=4",
"profile": "https://nostalg.io",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "peanutbother",
"name": "Jared Gesser",
"avatar_url": "https://avatars3.githubusercontent.com/u/6437182?v=4",
"profile": "https://github.com/peanutbother",
"contributions": [
"ideas"
]
},
{
"login": "raphael-leger",
"name": "Raphaël L",
"avatar_url": "https://avatars1.githubusercontent.com/u/12732777?v=4",
"profile": "https://github.com/raphael-leger",
"contributions": [
"code",
"ideas"
]
},
{
"login": "nperez0111",
"name": "Nick Perez",
"avatar_url": "https://avatars1.githubusercontent.com/u/1852538?v=4",
"profile": "https://NickTheSick.com",
"contributions": [
"bug",
"code"
]
},
{
"login": "deificx",
"name": "Even Alander",
"avatar_url": "https://avatars3.githubusercontent.com/u/1771462?v=4",
"profile": "https://alander.org",
"contributions": [
"code",
"test",
"ideas"
]
},
{
"login": "inkblotty",
"name": "Katie Foster",
"avatar_url": "https://avatars3.githubusercontent.com/u/14206003?v=4",
"profile": "http://inkblotty.github.io",
"contributions": [
"code",
"test",
"doc"
]
},
{
"login": "ccortezaguilera",
"name": "Carlos Aguilera",
"avatar_url": "https://avatars3.githubusercontent.com/u/10718803?v=4",
"profile": "https://github.com/ccortezaguilera",
"contributions": [
"code"
]
},
{
"login": "craigrmccown",
"name": "Craig McCown",
"avatar_url": "https://avatars1.githubusercontent.com/u/2373979?v=4",
"profile": "https://github.com/craigrmccown",
"contributions": [
"ideas",
"code",
"test",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "typed-scss-modules",
"projectOwner": "skovy",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "angular",
"skipCi": false
}