-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
.all-contributorsrc
69 lines (69 loc) · 1.74 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Stefan2409",
"name": "Stefan Jöbstl",
"avatar_url": "https://avatars2.githubusercontent.com/u/17899913?v=4",
"profile": "https://github.com/Stefan2409",
"contributions": [
"code"
]
},
{
"login": "nealfennimore",
"name": "Neal Fennimore",
"avatar_url": "https://avatars3.githubusercontent.com/u/5731551?v=4",
"profile": "https://neal.codes",
"contributions": [
"review"
]
},
{
"login": "scofennell",
"name": "Scott Fennell",
"avatar_url": "https://avatars3.githubusercontent.com/u/1585637?v=4",
"profile": "http://www.scottfennell.com/wp",
"contributions": [
"code"
]
},
{
"login": "HardeepAsrani",
"name": "Hardeep Asrani",
"avatar_url": "https://avatars1.githubusercontent.com/u/2649903?v=4",
"profile": "http://www.hardeepasrani.com",
"contributions": [
"example"
]
},
{
"login": "FlorianRappl",
"name": "Florian Rappl",
"avatar_url": "https://avatars3.githubusercontent.com/u/1766191?v=4",
"profile": "https://florian-rappl.de",
"contributions": [
"plugin"
]
},
{
"login": "lucatume",
"name": "theAverageDev (Luca Tumedei)",
"avatar_url": "https://avatars1.githubusercontent.com/u/2749650?v=4",
"profile": "http://theaveragedev.com",
"contributions": [
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "cliff-wp-plugin-boilerplate",
"projectOwner": "cliffordp",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}