forked from prisma/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
73 lines (73 loc) · 1.88 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
{
"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"
]
}
],
"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"
}