forked from lerna/lerna
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
106 lines (106 loc) · 2.52 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
{
"projectName": "lerna",
"projectOwner": "lerna",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "jeffbcross",
"name": "Jeff Cross",
"avatar_url": "https://avatars.githubusercontent.com/u/463703?v=4",
"profile": "https://github.com/jeffbcross",
"contributions": [
"business"
]
},
{
"login": "evocateur",
"name": "Daniel Stockman",
"avatar_url": "https://avatars.githubusercontent.com/u/5605?v=4",
"profile": "http://evocateur.org/",
"contributions": [
"code",
"doc",
"infra",
"maintenance"
]
},
{
"login": "jamiebuilds",
"name": "Jamie Kyle",
"avatar_url": "https://avatars.githubusercontent.com/u/952783?v=4",
"profile": "https://jamie.build/",
"contributions": [
"code",
"doc",
"infra",
"maintenance"
]
},
{
"login": "hzoo",
"name": "Henry Zhu",
"avatar_url": "https://avatars.githubusercontent.com/u/588473?v=4",
"profile": "https://henryzoo.com/",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "gigabo",
"name": "Bo Borgerson",
"avatar_url": "https://avatars.githubusercontent.com/u/115908?v=4",
"profile": "http://maonoodle.com/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "sebmck",
"name": "Sebastian",
"avatar_url": "https://avatars.githubusercontent.com/u/853712?v=4",
"profile": "https://github.com/sebmck",
"contributions": [
"code"
]
},
{
"login": "joscha",
"name": "Joscha Feth",
"avatar_url": "https://avatars.githubusercontent.com/u/188038?v=4",
"profile": "http://www.feth.com/",
"contributions": [
"code",
"bug"
]
},
{
"login": "noherczeg",
"name": "Norbert Csaba Herczeg",
"avatar_url": "https://avatars.githubusercontent.com/u/1084847?v=4",
"profile": "https://github.com/noherczeg",
"contributions": [
"code"
]
},
{
"login": "doug-wade",
"name": "Douglas Wade",
"avatar_url": "https://avatars.githubusercontent.com/u/3477707?v=4",
"profile": "http://dougwade.io/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 5
}