forked from webcat12345/ngx-ui-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
50 lines (50 loc) · 1.07 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
{
"projectName": "ngx-ui-switch",
"projectOwner": "webcat12345",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "webcat12345",
"name": "webcat_black",
"avatar_url": "https://avatars3.githubusercontent.com/u/19761422?v=4",
"profile": "https://webcat12345.github.io/",
"contributions": [
"code",
"design",
"example",
"ideas",
"review"
]
},
{
"login": "cmckni3",
"name": "Chris McKnight",
"avatar_url": "https://avatars0.githubusercontent.com/u/735717?v=4",
"profile": "https://github.com/cmckni3",
"contributions": [
"question",
"code",
"doc",
"ideas",
"infra",
"plugin",
"review",
"tool"
]
},
{
"login": "kubiq",
"name": "Jakub",
"avatar_url": "https://avatars0.githubusercontent.com/u/302721?v=4",
"profile": "https://github.com/kubiq",
"contributions": [
"code",
"doc"
]
}
]
}