-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.all-contributorsrc
80 lines (80 loc) · 1.93 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "ksupipr",
"name": "Michael Bogatyrev",
"avatar_url": "https://avatars1.githubusercontent.com/u/2247971?v=4",
"profile": "https://github.com/ksupipr",
"contributions": [
"code"
]
},
{
"login": "dmitrif",
"name": "Dmitri Farkov",
"avatar_url": "https://avatars0.githubusercontent.com/u/655800?v=4",
"profile": "https://github.com/dmitrif",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "DomenicoCasillo",
"name": "Domenico Casillo",
"avatar_url": "https://avatars0.githubusercontent.com/u/9551125?v=4",
"profile": "https://casillo.me",
"contributions": [
"code"
]
},
{
"login": "brilthor",
"name": "brilthor",
"avatar_url": "https://avatars2.githubusercontent.com/u/567144?v=4",
"profile": "https://github.com/brilthor",
"contributions": [
"code"
]
},
{
"login": "bgilmer77",
"name": "Brad Gilmer",
"avatar_url": "https://avatars2.githubusercontent.com/u/7648629?v=4",
"profile": "https://github.com/bgilmer77",
"contributions": [
"doc"
]
},
{
"login": "DJTim",
"name": "DJTim",
"avatar_url": "https://avatars1.githubusercontent.com/u/4507858?v=4",
"profile": "https://github.com/DJTim",
"contributions": [
"doc"
]
},
{
"login": "benedikt45",
"name": "Roman",
"avatar_url": "https://avatars3.githubusercontent.com/u/14279749?v=4",
"profile": "https://github.com/benedikt45",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "onvif2mqtt",
"projectOwner": "dmitrif",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}