forked from mike-engel/jwt-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
96 lines (96 loc) · 2.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
{
"projectName": "jwt-cli",
"projectOwner": "mike-engel",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "mike-engel",
"name": "Mike Engel",
"avatar_url": "https://avatars0.githubusercontent.com/u/464447?v=4",
"profile": "https://www.mike-engel.com",
"contributions": [
"code",
"question",
"doc",
"ideas",
"maintenance",
"review",
"test",
"bug"
]
},
{
"login": "kyleburton",
"name": "Kyle Burton",
"avatar_url": "https://avatars0.githubusercontent.com/u/69799?v=4",
"profile": "https://asymmetrical-view.com/",
"contributions": [
"code"
]
},
{
"login": "atschaef",
"name": "Aaron Schaef",
"avatar_url": "https://avatars2.githubusercontent.com/u/6707250?v=4",
"profile": "https://github.com/atschaef",
"contributions": [
"code"
]
},
{
"login": "hughsimpson",
"name": "hughsimpson",
"avatar_url": "https://avatars2.githubusercontent.com/u/2494489?v=4",
"profile": "https://github.com/hughsimpson",
"contributions": [
"code",
"test"
]
},
{
"login": "machawk1",
"name": "Mat Kelly",
"avatar_url": "https://avatars0.githubusercontent.com/u/2514780?v=4",
"profile": "https://matkelly.com",
"contributions": [
"code",
"bug"
]
},
{
"login": "JasonMFry",
"name": "Jason",
"avatar_url": "https://avatars3.githubusercontent.com/u/166681?v=4",
"profile": "https://www.jasonmfry.com",
"contributions": [
"bug"
]
},
{
"login": "bsberry",
"name": "Ben Berry",
"avatar_url": "https://avatars1.githubusercontent.com/u/6886697?v=4",
"profile": "https://crosscomm.com/",
"contributions": [
"bug"
]
},
{
"login": "therealklanni",
"name": "Kevin Lanni",
"avatar_url": "https://avatars2.githubusercontent.com/u/626347?v=4",
"profile": "https://medium.com/@therealklanni",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}