-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy path.all-contributorsrc
119 lines (119 loc) · 3.6 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"projectName": "speed-measure-webpack-plugin",
"projectOwner": "stephencookdev",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"badgeTemplate": "<a href=\"https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin\"><img src=\"https://travis-ci.org/stephencookdev/speed-measure-webpack-plugin.svg?branch=master\" /></a> <a href=\"https://npmjs.com/package/speed-measure-webpack-plugin\"><img src=\"https://img.shields.io/npm/dw/speed-measure-webpack-plugin.svg\" /></a> <a href=\"https://npmjs.com/package/speed-measure-webpack-plugin\"><img src=\"https://img.shields.io/node/v/speed-measure-webpack-plugin.svg\" /></a> <a href=\"https://github.com/prettier/prettier\"><img src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg\" /></a> <a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" /></a>",
"contributors": [
{
"login": "stephencookdev",
"name": "Stephen Cook",
"avatar_url": "https://avatars.githubusercontent.com/u/8496655?v=4",
"profile": "https://stephencookdev.co.uk/",
"contributions": [
"code",
"doc",
"blog",
"design",
"question",
"review"
]
},
{
"login": "scarletsky",
"name": "scarletsky",
"avatar_url": "https://avatars.githubusercontent.com/u/2386165?v=4",
"profile": "https://scarletsky.github.io/",
"contributions": [
"code"
]
},
{
"login": "wayou",
"name": "牛さん",
"avatar_url": "https://avatars.githubusercontent.com/u/3783096?v=4",
"profile": "https://github.com/wayou",
"contributions": [
"code",
"bug"
]
},
{
"login": "ThomasHarper",
"name": "Thomas Bentkowski",
"avatar_url": "https://avatars.githubusercontent.com/u/3199791?v=4",
"profile": "https://github.com/ThomasHarper",
"contributions": [
"doc"
]
},
{
"login": "alan-agius4",
"name": "Alan Agius",
"avatar_url": "https://avatars.githubusercontent.com/u/17563226?v=4",
"profile": "https://github.com/alan-agius4",
"contributions": [
"code",
"bug"
]
},
{
"login": "NdYAG",
"name": "Ximing",
"avatar_url": "https://avatars.githubusercontent.com/u/1396511?v=4",
"profile": "https://daix.me/",
"contributions": [
"code",
"bug"
]
},
{
"login": "tanhauhau",
"name": "Tan Li Hau",
"avatar_url": "https://avatars.githubusercontent.com/u/2338632?v=4",
"profile": "https://twitter.com/lihautan",
"contributions": [
"code",
"bug",
"test"
]
},
{
"login": "ZauberNerd",
"name": "Björn Brauer",
"avatar_url": "https://avatars.githubusercontent.com/u/249542?v=4",
"profile": "https://github.com/ZauberNerd",
"contributions": [
"code",
"bug"
]
},
{
"login": "The-Only-Matrix",
"name": "Suraj Patel",
"avatar_url": "https://avatars.githubusercontent.com/u/61681157?v=4",
"profile": "https://github.com/The-Only-Matrix",
"contributions": [
"code"
]
},
{
"login": "hanzooo",
"name": "Jm",
"avatar_url": "https://avatars.githubusercontent.com/u/16368939?v=4",
"profile": "https://github.com/hanzooo",
"contributions": [
"code",
"bug",
"test"
]
}
],
"contributorsPerLine": 7
}