forked from prisma/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
100 lines (100 loc) · 2.61 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "janpio",
"name": "Jan Piotrowski",
"avatar_url": "https://avatars.githubusercontent.com/u/183673?v=4",
"profile": "https://janpiotrowski.de",
"contributions": [
"doc"
]
},
{
"login": "2color",
"name": "Daniel Norman",
"avatar_url": "https://avatars.githubusercontent.com/u/1992255?v=4",
"profile": "https://norman.life",
"contributions": [
"doc",
"example"
]
},
{
"login": "geromegrignon",
"name": "Gérôme Grignon",
"avatar_url": "https://avatars.githubusercontent.com/u/32737308?v=4",
"profile": "https://gerome.dev",
"contributions": [
"doc",
"example"
]
},
{
"login": "amcjen",
"name": "Allison Clift-Jennings",
"avatar_url": "https://avatars.githubusercontent.com/u/175249?v=4",
"profile": "https://github.com/amcjen",
"contributions": [
"doc",
"example"
]
},
{
"login": "TomHsiao1260",
"name": "Yao Hsiao",
"avatar_url": "https://avatars.githubusercontent.com/u/31985811?v=4",
"profile": "http://tomhsiao1260.github.io",
"contributions": [
"doc"
]
},
{
"login": "danielweinmann",
"name": "Daniel Weinmann",
"avatar_url": "https://avatars.githubusercontent.com/u/204765?v=4",
"profile": "https://www.linkedin.com/in/danielweinmann",
"contributions": [
"doc"
]
},
{
"login": "rowinbot",
"name": "Rowin Hernández",
"avatar_url": "https://avatars.githubusercontent.com/u/18468260?v=4",
"profile": "https://github.com/rowinbot",
"contributions": [
"doc"
]
},
{
"login": "shishi",
"name": "Shigenobu Nishikawa",
"avatar_url": "https://avatars.githubusercontent.com/u/341746?v=4",
"profile": "http://shishi.hatenablog.jp/",
"contributions": [
"example"
]
},
{
"login": "baldyeagle",
"name": "Austin Baldwin",
"avatar_url": "https://avatars.githubusercontent.com/u/11078749?v=4",
"profile": "http://linkedin.com/in/austin-baldwin/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "docs",
"projectOwner": "prisma",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"badgeTemplate": "[badge-all-contributors]: https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square"
}