-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
61 lines (61 loc) · 1.54 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
{
"files": [
"README.md"
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/contributors-<%= contributors.length %>-yellow.svg?style=flat-square)](#contributors)",
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "joshuajames-smith",
"name": "Josh",
"avatar_url": "https://avatars.githubusercontent.com/u/83074763?v=4",
"profile": "https://linktr.ee/joshuajames_smith",
"contributions": [
"doc"
]
},
{
"login": "ChasNelson1990",
"name": "Chas Nelson",
"avatar_url": "https://avatars.githubusercontent.com/u/7795189?v=4",
"profile": "http://www.chasnelson.co.uk",
"contributions": [
"code",
"ideas",
"projectManagement",
"review",
"maintenance",
"test"
]
},
{
"login": "philipjackson",
"name": "philipjackson",
"avatar_url": "https://avatars.githubusercontent.com/u/26219665?v=4",
"profile": "https://github.com/philipjackson",
"contributions": [
"code",
"review",
"ideas"
]
},
{
"login": "cooper667",
"name": "Craig Cooper",
"avatar_url": "https://avatars.githubusercontent.com/u/3502798?v=4",
"profile": "http://c9r.dev",
"contributions": [
"code",
"review",
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "upload",
"projectOwner": "gliff-ai",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}