-
Notifications
You must be signed in to change notification settings - Fork 532
/
.all-contributorsrc
49 lines (49 loc) · 1.12 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "lpatino10",
"name": "Logan Patino",
"avatar_url": "https://avatars2.githubusercontent.com/u/8710772?v=4",
"profile": "https://www.linkedin.com/in/logan-patino/",
"contributions": [
"code",
"design",
"bug"
]
},
{
"login": "mediumTaj",
"name": "Ajiemar Santiago",
"avatar_url": "https://avatars1.githubusercontent.com/u/4381558?v=4",
"profile": "https://github.com/mediumTaj",
"contributions": [
"code",
"design",
"bug"
]
},
{
"login": "germanattanasio",
"name": "German Attanasio",
"avatar_url": "https://avatars3.githubusercontent.com/u/313157?v=4",
"profile": "https://germanattanasio.com",
"contributions": [
"code",
"design",
"doc",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "java-sdk",
"projectOwner": "watson-developer-cloud",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}