-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
.all-contributorsrc
105 lines (105 loc) · 2.57 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
{
"projectName": "meteor-publish-composite",
"projectOwner": "Meteor-Community-Packages",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "reywood",
"name": "Sean Dwyer",
"avatar_url": "https://avatars3.githubusercontent.com/u/1796302?v=4",
"profile": "http://braindump.io",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "sebakerckhof",
"name": "Seba Kerckhof",
"avatar_url": "https://avatars0.githubusercontent.com/u/88471?v=4",
"profile": "https://github.com/sebakerckhof",
"contributions": [
"code",
"review",
"test"
]
},
{
"login": "rclai",
"name": "Richard Lai",
"avatar_url": "https://avatars0.githubusercontent.com/u/1316261?v=4",
"profile": "https://github.com/rclai",
"contributions": [
"bug",
"code"
]
},
{
"login": "zimme",
"name": "Simon Fridlund",
"avatar_url": "https://avatars3.githubusercontent.com/u/1215414?v=4",
"profile": "https://github.com/zimme",
"contributions": [
"code"
]
},
{
"login": "patrickml",
"name": "Patrick Lewis",
"avatar_url": "https://avatars3.githubusercontent.com/u/7581369?v=4",
"profile": "https://github.com/patrickml",
"contributions": [
"code"
]
},
{
"login": "nabiltntn",
"name": "nabiltntn",
"avatar_url": "https://avatars1.githubusercontent.com/u/223719?v=4",
"profile": "https://github.com/nabiltntn",
"contributions": [
"code"
]
},
{
"login": "czeslaaw",
"name": "Krzysztof Czech",
"avatar_url": "https://avatars2.githubusercontent.com/u/1939060?v=4",
"profile": "https://github.com/czeslaaw",
"contributions": [
"code"
]
},
{
"login": "StorytellerCZ",
"name": "Jan Dvorak",
"avatar_url": "https://avatars2.githubusercontent.com/u/1715235?v=4",
"profile": "https://github.com/StorytellerCZ",
"contributions": [
"code",
"doc",
"infra",
"maintenance",
"tool"
]
},
{
"login": "KoenLav",
"name": "Koen [XII]",
"avatar_url": "https://avatars2.githubusercontent.com/u/12446296?v=4",
"profile": "https://duodeka.nl/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}