-
Notifications
You must be signed in to change notification settings - Fork 37
/
.all-contributorsrc
68 lines (68 loc) · 1.67 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
{
"projectName": "dynamic-cdn-webpack-plugin",
"projectOwner": "mastilver",
"files": [
"readme.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "mastilver",
"name": "Thomas Sileghem",
"avatar_url": "https://avatars3.githubusercontent.com/u/4112409?v=4",
"profile": "https://github.com/mastilver",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "aulisius",
"name": "Faizaan",
"avatar_url": "https://avatars2.githubusercontent.com/u/6629172?v=4",
"profile": "https://github.com/aulisius",
"contributions": [
"question",
"code",
"doc"
]
},
{
"login": "mjackson",
"name": "MICHAEL JACKSON",
"avatar_url": "https://avatars0.githubusercontent.com/u/92839?v=4",
"profile": "https://twitter.com/mjackson",
"contributions": [
{
"type": "example",
"url": "https://github.com/unpkg/unpkg-demos"
}
]
},
{
"login": "fedeoo",
"name": "fedeoo",
"avatar_url": "https://avatars2.githubusercontent.com/u/5313455?v=4",
"profile": "http://blog.fedeoo.cn/",
"contributions": [
{
"type": "code",
"url": "https://github.com/mastilver/dynamic-cdn-webpack-plugin/pull/21"
}
]
},
{
"login": "kmalakoff",
"name": "Kevin Malakoff",
"avatar_url": "https://avatars.githubusercontent.com/u/756520?v=4",
"profile": "http://effortlessmotion.com/",
"contributions": [
"code"
]
}
],
"repoType": "github",
"commitConvention": "none"
}