forked from vuejs/docs
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.all-contributorsrc
79 lines (79 loc) · 1.94 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mandaputtra",
"name": "Manda Putra",
"avatar_url": "https://avatars1.githubusercontent.com/u/23342943?v=4",
"profile": "http://mandaputtra.github.io",
"contributions": [
"code",
"doc"
]
},
{
"login": "jefrydco",
"name": "Jefry Dewangga",
"avatar_url": "https://avatars0.githubusercontent.com/u/20434351?v=4",
"profile": "https://jefrydco.id",
"contributions": [
"doc"
]
},
{
"login": "Namchee",
"name": "Cristopher",
"avatar_url": "https://avatars1.githubusercontent.com/u/32661241?v=4",
"profile": "http://namchee.netlify.app",
"contributions": [
"translation"
]
},
{
"login": "RezaZR",
"name": "Reza Z. Ramadan",
"avatar_url": "https://avatars3.githubusercontent.com/u/9331014?v=4",
"profile": "http://website-reza.vercel.app",
"contributions": [
"translation"
]
},
{
"login": "zaiinhs",
"name": "Zainal Abidin",
"avatar_url": "https://avatars.githubusercontent.com/u/53314006?v=4",
"profile": "http://zaiinhs.me",
"contributions": [
"translation"
]
},
{
"login": "mufidu",
"name": "Muhammad Mufid Utomo",
"avatar_url": "https://avatars.githubusercontent.com/u/70360519?v=4",
"profile": "http://mufidu.com",
"contributions": [
"translation"
]
},
{
"login": "Elmerf",
"name": "Elmer Fiqi",
"avatar_url": "https://avatars.githubusercontent.com/u/61036187?v=4",
"profile": "https://github.com/Elmerf",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 7,
"projectName": "docs-next",
"projectOwner": "vuejs-id",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}