-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
69 lines (69 loc) · 1.67 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
{
"projectName": "dmfojs",
"projectOwner": "pixari",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "pixari",
"name": "Raffaele Pizzari",
"avatar_url": "https://avatars0.githubusercontent.com/u/7393475?v=4",
"profile": "http://www.raffaelepizzari.com",
"contributions": [
"doc"
]
},
{
"login": "akhil0001",
"name": "Akhil Sai Ram",
"avatar_url": "https://avatars3.githubusercontent.com/u/20256099?v=4",
"profile": "https://codepen.io/akhil_001/",
"contributions": [
"doc"
]
},
{
"login": "joeltankam",
"name": "Joël Tankam",
"avatar_url": "https://avatars0.githubusercontent.com/u/17796723?v=4",
"profile": "https://twitter.com/joeltankam",
"contributions": [
"doc"
]
},
{
"login": "afreen23",
"name": "Afreen R",
"avatar_url": "https://avatars0.githubusercontent.com/u/25664409?v=4",
"profile": "http://afreenrahman.me",
"contributions": [
"doc"
]
},
{
"login": "qcgm1978",
"name": "Youth",
"avatar_url": "https://avatars2.githubusercontent.com/u/3024299?v=4",
"profile": "https://github.com/qcgm1978",
"contributions": [
"code"
]
},
{
"login": "netraameht",
"name": "Maarten",
"avatar_url": "https://avatars0.githubusercontent.com/u/1027741?v=4",
"profile": "https://mand.codes/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}