This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
forked from briancaffey/cdk-fargate-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
76 lines (76 loc) · 1.79 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "neilkuan",
"name": "Neil Kuan",
"avatar_url": "https://avatars.githubusercontent.com/u/46012524?v=4",
"profile": "https://blog.neilkuan.net",
"contributions": [
"design",
"code",
"test",
"example"
]
},
{
"login": "dwchiang",
"name": "Ernest Chiang",
"avatar_url": "https://avatars.githubusercontent.com/u/251263?v=4",
"profile": "https://www.ernestchiang.com",
"contributions": [
"ideas",
"test",
"code",
"example"
]
},
{
"login": "clarencetw",
"name": "Clarence",
"avatar_url": "https://avatars.githubusercontent.com/u/5698291?v=4",
"profile": "https://clarence.tw",
"contributions": [
"example",
"code"
]
},
{
"login": "paper5487",
"name": "paper5487",
"avatar_url": "https://avatars.githubusercontent.com/u/15643225?v=4",
"profile": "https://github.com/paper5487",
"contributions": [
"bug"
]
},
{
"login": "plarsson",
"name": "Peter Larsson",
"avatar_url": "https://avatars.githubusercontent.com/u/903607?v=4",
"profile": "https://github.com/plarsson",
"contributions": [
"ideas"
]
},
{
"login": "LeoChien-SC",
"name": "LeoChien-SC",
"avatar_url": "https://avatars.githubusercontent.com/u/81736089?v=4",
"profile": "https://github.com/LeoChien-SC",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "cdk-fargate-patterns",
"projectOwner": "pahud",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}