-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
65 lines (65 loc) · 1.5 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "atuttle",
"name": "Adam Tuttle",
"avatar_url": "https://avatars.githubusercontent.com/u/46990?v=4",
"profile": "http://adamtuttle.codes",
"contributions": [
"code",
"content",
"doc",
"example"
]
},
{
"login": "dominicwatson",
"name": "Dominic Watson",
"avatar_url": "https://avatars.githubusercontent.com/u/471162?v=4",
"profile": "http://domwatson.codes",
"contributions": [
"tool"
]
},
{
"login": "adamcameron",
"name": "Adam Cameron",
"avatar_url": "https://avatars.githubusercontent.com/u/2041977?v=4",
"profile": "http://blog.adamcameron.me/",
"contributions": [
"ideas"
]
},
{
"login": "sebduggan",
"name": "Seb Duggan",
"avatar_url": "https://avatars.githubusercontent.com/u/208398?v=4",
"profile": "http://sebduggan.com",
"contributions": [
"bug"
]
},
{
"login": "JamoCA",
"name": "James Moberg",
"avatar_url": "https://avatars.githubusercontent.com/u/1112671?v=4",
"profile": "https://github.com/JamoCA",
"contributions": [
"bug",
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "semaphore",
"projectOwner": "atuttle",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}