forked from joshua1988/webpack-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
55 lines (55 loc) · 1.42 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
{
"projectName": "webpack-guide",
"projectOwner": "CaptainPangyo",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"commitConvention": "eslint",
"contributorsPerLine": 7,
"contributors": [
{
"login": "joshua1988",
"name": "Captain Pangyo",
"avatar_url": "https://avatars2.githubusercontent.com/u/3272748?v=4",
"profile": "https://joshua1988.github.io/",
"contributions": [
"code",
"doc",
"infra"
]
},
{
"login": "lqez",
"name": "Hyunwoo Park",
"avatar_url": "https://avatars1.githubusercontent.com/u/579366?v=4",
"profile": "https://lqez.github.io",
"contributions": [
"code"
]
},
{
"login": "yunyong",
"name": "Yunyong Yi",
"avatar_url": "https://avatars1.githubusercontent.com/u/7077013?v=4",
"profile": "https://github.com/yunyong",
"contributions": [
"doc",
"code"
]
},
{
"login": "trustyoo86",
"name": "kern.yoo",
"avatar_url": "https://avatars2.githubusercontent.com/u/12755670?v=4",
"profile": "http://trustyoo86.github.io",
"contributions": [
"doc"
]
}
]
}