-
Notifications
You must be signed in to change notification settings - Fork 30
/
.all-contributorsrc
111 lines (111 loc) · 2.77 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
{
"projectName": "native",
"projectOwner": "storybookjs",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "shilman",
"name": "Michael Shilman",
"avatar_url": "https://avatars2.githubusercontent.com/u/488689?v=4",
"profile": "http://shilman.net/",
"contributions": [
"doc"
]
},
{
"login": "amalik2",
"name": "Adil Malik",
"avatar_url": "https://avatars1.githubusercontent.com/u/25858348?v=4",
"profile": "https://github.com/amalik2",
"contributions": [
"code",
"doc",
"example"
]
},
{
"login": "vasikarla",
"name": "Raj Vasikarla",
"avatar_url": "https://avatars0.githubusercontent.com/u/1945958?v=4",
"profile": "https://github.com/vasikarla",
"contributions": [
"doc",
"code"
]
},
{
"login": "imgbot[bot]",
"name": "imgbot[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/4706?v=4",
"profile": "https://github.com/apps/imgbot",
"contributions": [
"code"
]
},
{
"login": "brocollie08",
"name": "brocollie08",
"avatar_url": "https://avatars.githubusercontent.com/u/13474011?v=4",
"profile": "https://github.com/brocollie08",
"contributions": [
"doc",
"code"
]
},
{
"login": "hborawski",
"name": "Harris Borawski",
"avatar_url": "https://avatars.githubusercontent.com/u/1325154?v=4",
"profile": "https://github.com/hborawski",
"contributions": [
"code"
]
},
{
"login": "JoshHalvorson",
"name": "Josh Halvorson",
"avatar_url": "https://avatars.githubusercontent.com/u/22044657?v=4",
"profile": "https://joshhalvorson.dev/",
"contributions": [
"code"
]
},
{
"login": "daisyduong-acc",
"name": "daisyduong-acc",
"avatar_url": "https://avatars.githubusercontent.com/u/85589819?v=4",
"profile": "https://github.com/daisyduong-acc",
"contributions": [
"code"
]
},
{
"login": "ahna92",
"name": "Ahmed na",
"avatar_url": "https://avatars.githubusercontent.com/u/22000308?v=4",
"profile": "https://github.com/ahna92",
"contributions": [
"doc",
"code",
"example"
]
},
{
"login": "osquitoOfTheNorth",
"name": "osquitoOfTheNorth",
"avatar_url": "https://avatars.githubusercontent.com/u/5479429?v=4",
"profile": "https://osquitoofthenorth.github.io/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}