forked from capacitor-community/http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
72 lines (72 loc) · 1.92 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "danielsogl",
"name": "Daniel Sogl",
"avatar_url": "https://avatars2.githubusercontent.com/u/15234844?v=4",
"profile": "https://github.com/danielsogl",
"contributions": [
"doc"
]
},
{
"login": "priyankpat",
"name": "Priyank Patel",
"avatar_url": "https://avatars3.githubusercontent.com/u/5585797?v=4",
"profile": "http://priyankpatel.io",
"contributions": [
"code"
]
},
{
"login": "mlynch",
"name": "Max Lynch",
"avatar_url": "https://avatars3.githubusercontent.com/u/11214?v=4",
"profile": "http://ionicframework.com/",
"contributions": [
"code"
]
},
{
"login": "pixelbucket-dev",
"name": "Falk Schieber",
"avatar_url": "https://avatars3.githubusercontent.com/u/12937991?v=4",
"profile": "https://github.com/pixelbucket-dev",
"contributions": [
"review"
]
},
{
"login": "andysousa",
"name": "Andy Sousa",
"avatar_url": "https://avatars0.githubusercontent.com/u/42151009?v=4",
"profile": "https://github.com/andysousa",
"contributions": [
"code"
]
},
{
"login": "thomasvidas",
"name": "Thomas Vidas",
"avatar_url": "https://avatars.githubusercontent.com/u/8182078?v=4",
"profile": "https://github.com/thomasvidas",
"contributions": [
"code",
"maintenance"
]
}
],
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all%20contributors-<%= contributors.length %>-orange?style=flat-square\" /></a>",
"contributorsPerLine": 7,
"projectName": "http",
"projectOwner": "capacitor-community",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "none"
}