forked from joshua1988/vue-camp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
79 lines (79 loc) · 1.85 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
{
"projectName": "Cracking Vue.js",
"projectOwner": "joshua1988",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "joshua1988",
"name": "Captain Pangyo",
"avatar_url": "https://avatars.githubusercontent.com/u/3272748?v=4",
"profile": "https://joshua1988.github.io/",
"contributions": [
"code",
"doc",
"example",
"ideas",
"infra",
"maintenance",
"projectManagement",
"tool",
"tutorial"
]
},
{
"login": "jm-chong",
"name": "jm-chong",
"avatar_url": "https://avatars.githubusercontent.com/u/33050650?v=4",
"profile": "https://github.com/jm-chong",
"contributions": [
"business",
"doc",
"maintenance",
"mentoring",
"projectManagement",
"review",
"tool"
]
},
{
"login": "amorfati0310",
"name": "Chany",
"avatar_url": "https://avatars.githubusercontent.com/u/25189066?v=4",
"profile": "https://www.cakeresume.com/088bc7",
"contributions": [
"doc",
"ideas",
"maintenance",
"mentoring",
"projectManagement",
"tool"
]
},
{
"login": "daep93",
"name": "daep93",
"avatar_url": "https://avatars.githubusercontent.com/u/63167589?v=4",
"profile": "https://github.com/daep93",
"contributions": [
"doc"
]
},
{
"login": "Kyounghwan01",
"name": "kyounghwan Noh",
"avatar_url": "https://avatars.githubusercontent.com/u/44187477?v=4",
"profile": "https://kyounghwan01.github.io/blog/",
"contributions": [
"tool"
]
}
],
"contributorsPerLine": 7
}