-
Notifications
You must be signed in to change notification settings - Fork 11
/
.all-contributorsrc
73 lines (73 loc) · 1.72 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "fmmenchi",
"name": "fmmenchi",
"avatar_url": "https://avatars.githubusercontent.com/u/12685345?v=4",
"profile": "https://github.com/fmmenchi",
"contributions": [
"code"
]
},
{
"login": "djbreen7",
"name": "Daniel",
"avatar_url": "https://avatars.githubusercontent.com/u/13296622?v=4",
"profile": "https://github.com/djbreen7",
"contributions": [
"code",
"bug"
]
},
{
"login": "joeflateau",
"name": "Joe Flateau",
"avatar_url": "https://avatars.githubusercontent.com/u/643331?v=4",
"profile": "http://joeflateau.net",
"contributions": [
"bug",
"code",
"doc"
]
},
{
"login": "youngchen7",
"name": "youngchen7",
"avatar_url": "https://avatars.githubusercontent.com/u/7578483?v=4",
"profile": "https://github.com/youngchen7",
"contributions": [
"code",
"bug"
]
},
{
"login": "iceteabottle",
"name": "Florian Symanowski",
"avatar_url": "https://avatars.githubusercontent.com/u/13260952?v=4",
"profile": "https://www.ewerk.com/",
"contributions": [
"bug"
]
},
{
"login": "JulioC",
"name": "Júlio César",
"avatar_url": "https://avatars.githubusercontent.com/u/387794?v=4",
"profile": "http://julioc.me",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "nx-trumbitta",
"projectOwner": "trumbitta",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}