-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
88 lines (87 loc) · 2.45 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"projectName": "affinidi-tdk",
"projectOwner": "affinidi",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "aeffinidi",
"name": "aeffinidi",
"avatar_url": "https://avatars.githubusercontent.com/u/86773100?v=4",
"profile": "https://github.com/aeffinidi",
"contributions": ["code", "doc", "example", "ideas", "tool"]
},
{
"login": "rbrazhnyk",
"name": "Roman Brazhnyk",
"avatar_url": "https://avatars.githubusercontent.com/u/4462680?v=4",
"profile": "https://github.com/rbrazhnyk",
"contributions": ["code", "doc", "ideas", "research"]
},
{
"login": "carlos-affinidi",
"name": "Carlos Rincon",
"avatar_url": "https://avatars.githubusercontent.com/u/86779651?v=4",
"profile": "https://github.com/carlos-affinidi",
"contributions": ["code", "doc", "ideas", "maintenance"]
},
{
"login": "linn-affinidi",
"name": "Linn Htoo",
"avatar_url": "https://avatars.githubusercontent.com/u/115471777?v=4",
"profile": "https://github.com/linn-affinidi",
"contributions": ["code", "maintenance"]
},
{
"login": "maratsh",
"name": "maratsh",
"avatar_url": "https://avatars.githubusercontent.com/u/533533?v=4",
"profile": "https://github.com/maratsh",
"contributions": [
"code",
"doc",
"example",
"ideas",
"infra",
"platform",
"security"
]
},
{
"login": "pulkitb2",
"name": "Pulkit Batra",
"avatar_url": "https://avatars.githubusercontent.com/u/146182581?v=4",
"profile": "https://github.com/pulkitb2",
"contributions": [
"code",
"doc",
"example",
"ideas",
"infra",
"maintenance",
"platform",
"plugin"
]
},
{
"login": "Bergmam",
"name": "Anton Bergman",
"avatar_url": "https://avatars.githubusercontent.com/u/4987930?v=4",
"profile": "https://github.com/Bergmam",
"contributions": ["code", "doc"]
},
{
"login": "sureshaff",
"name": "sureshaff",
"avatar_url": "https://avatars.githubusercontent.com/u/170073177?v=4",
"profile": "https://github.com/sureshaff",
"contributions": ["security"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}