forked from adajoh99/VeryLittleWire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
54 lines (54 loc) · 1.3 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
{
"projectName": "verylittlewire",
"projectOwner": "tiacsys",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "rexut",
"name": "Stephan Linz",
"avatar_url": "https://avatars.githubusercontent.com/u/5664060?v=4",
"profile": "http://www.li-pro.net/stephan-linz.phtml",
"contributions": [
"code",
"ideas",
"doc"
]
},
{
"login": "adajoh99",
"name": "Adam Johnson",
"avatar_url": "https://avatars.githubusercontent.com/u/1729678?v=4",
"profile": "https://github.com/adajoh99",
"contributions": [
"code"
]
},
{
"login": "kehribar",
"name": "Ihsan Kehribar",
"avatar_url": "https://avatars.githubusercontent.com/u/360652?v=4",
"profile": "https://soundcloud.com/ihsankehribar/sets/bits-and-pieces",
"contributions": [
"ideas"
]
},
{
"login": "omerk",
"name": "Omer Kilic",
"avatar_url": "https://avatars.githubusercontent.com/u/9847?v=4",
"profile": "http://omer.kilic.name/",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}