-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
.all-contributorsrc
82 lines (82 loc) · 2.06 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "saurabhkpatel",
"name": "Saurabh Patel",
"avatar_url": "https://avatars.githubusercontent.com/u/1188367?v=4",
"profile": "https://github.com/saurabhkpatel",
"contributions": [
"code"
]
},
{
"login": "Aditya-gupta99",
"name": "Aditya Gupta",
"avatar_url": "https://avatars.githubusercontent.com/u/94394661?v=4",
"profile": "https://aditya-gupta99.github.io/",
"contributions": [
"design",
"code",
"example"
]
},
{
"login": "DeKaN",
"name": "Dmitriy",
"avatar_url": "https://avatars.githubusercontent.com/u/1156370?v=4",
"profile": "https://github.com/DeKaN",
"contributions": [
"code"
]
},
{
"login": "Devendra34",
"name": "Devendra Varma",
"avatar_url": "https://avatars.githubusercontent.com/u/51832211?v=4",
"profile": "https://github.com/Devendra34",
"contributions": [
"code"
]
},
{
"login": "AmartyaSingh97",
"name": "Amartya",
"avatar_url": "https://avatars.githubusercontent.com/u/85061899?v=4",
"profile": "https://developers.google.com/profile/u/115663579126625722254",
"contributions": [
"design"
]
},
{
"login": "NiranjanNlc",
"name": "NLC",
"avatar_url": "https://avatars.githubusercontent.com/u/25600880?v=4",
"profile": "https://github.com/NiranjanNlc",
"contributions": [
"design",
"code"
]
},
{
"login": "fejd",
"name": "Fredrik Henricsson",
"avatar_url": "https://avatars.githubusercontent.com/u/4249809?v=4",
"profile": "https://github.com/fejd",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "android-groceries-store",
"projectOwner": "hieuwu",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}