forked from expo/vscode-expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
53 lines (53 loc) · 1.38 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
{
"badgeTemplate": " <img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\" alt=\"contributors\" />",
"commit": false,
"contributors": [
{
"login": "byCedric",
"name": "Cedric van Putten",
"avatar_url": "https://avatars2.githubusercontent.com/u/1203991?v=4",
"profile": "https://bycedric.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "JB1905",
"name": "Jakub Biesiada",
"avatar_url": "https://avatars2.githubusercontent.com/u/28870390?v=4",
"profile": "https://jb1905.github.io/portfolio/",
"contributions": [
"code"
]
},
{
"login": "ide",
"name": "James Ide",
"avatar_url": "https://avatars0.githubusercontent.com/u/379606?v=4",
"profile": "https://jameside.com",
"contributions": [
"code"
]
},
{
"login": "EvanBacon",
"name": "Evan Bacon",
"avatar_url": "https://avatars0.githubusercontent.com/u/9664363?v=4",
"profile": "https://evanbacon.dev",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "vscode-expo",
"projectOwner": "expo-community",
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": true
}