forked from cdimascio/express-openapi-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
92 lines (92 loc) · 2.26 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "cdimascio",
"name": "Carmine DiMascio",
"avatar_url": "https://avatars1.githubusercontent.com/u/4706618?v=4",
"profile": "http://www.twitter.com/carminedimascio",
"contributions": [
"code",
"test",
"infra"
]
},
{
"login": "sheldhur",
"name": "Sheldhur Mornor",
"avatar_url": "https://avatars2.githubusercontent.com/u/4166193?v=4",
"profile": "http://litr.cc/",
"contributions": [
"code",
"test"
]
},
{
"login": "trebler",
"name": "Andrey Trebler",
"avatar_url": "https://avatars2.githubusercontent.com/u/5610569?v=4",
"profile": "https://github.com/trebler",
"contributions": [
"code",
"test"
]
},
{
"login": "richdouglasevans",
"name": "richdouglasevans",
"avatar_url": "https://avatars1.githubusercontent.com/u/1855109?v=4",
"profile": "https://github.com/richdouglasevans",
"contributions": [
"doc"
]
},
{
"login": "medolino",
"name": "Miran Setinc",
"avatar_url": "https://avatars2.githubusercontent.com/u/3725402?v=4",
"profile": "https://github.com/medolino",
"contributions": [
"code"
]
},
{
"login": "frankcalise",
"name": "Frank Calise",
"avatar_url": "https://avatars0.githubusercontent.com/u/374022?v=4",
"profile": "http://frankcalise.com",
"contributions": [
"code"
]
},
{
"login": "gonenduk",
"name": "Gonen Dukas",
"avatar_url": "https://avatars1.githubusercontent.com/u/1597854?v=4",
"profile": "https://il.linkedin.com/in/gonendukas",
"contributions": [
"ideas",
"test"
]
},
{
"login": "comino",
"name": "Sven Eliasson",
"avatar_url": "https://avatars0.githubusercontent.com/u/4029642?v=4",
"profile": "https://rysta.io",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "express-openapi-validator",
"projectOwner": "cdimascio",
"repoType": "github",
"repoHost": "https://github.com"
}