forked from gustavoguichard/string-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
108 lines (108 loc) · 2.46 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "gustavoguichard",
"name": "Guga Guichard",
"avatar_url": "https://avatars.githubusercontent.com/u/566971?v=4",
"profile": "https://github.com/gustavoguichard",
"contributions": [
"code",
"projectManagement",
"promotion",
"maintenance",
"doc",
"bug",
"infra",
"question",
"research",
"review",
"ideas",
"example"
]
},
{
"login": "jly36963",
"name": "Landon Yarrington",
"avatar_url": "https://avatars.githubusercontent.com/u/33426811?v=4",
"profile": "https://github.com/jly36963",
"contributions": [
"code",
"maintenance",
"doc",
"review",
"ideas",
"example",
"question",
"bug"
]
},
{
"login": "p9f",
"name": "Guillaume",
"avatar_url": "https://avatars.githubusercontent.com/u/20539361?v=4",
"profile": "https://github.com/p9f",
"contributions": [
"code",
"maintenance",
"doc",
"bug",
"infra",
"question",
"ideas"
]
},
{
"login": "mattpocock",
"name": "Matt Pocock",
"avatar_url": "https://avatars.githubusercontent.com/u/28293365?v=4",
"profile": "https://totaltypescript.com",
"contributions": [
"doc",
"code",
"promotion"
]
},
{
"login": "iamandrewluca",
"name": "Andrew Luca",
"avatar_url": "https://avatars.githubusercontent.com/u/1881266?v=4",
"profile": "https://luca.md",
"contributions": [
"doc",
"promotion"
]
},
{
"login": "mjuksel",
"name": "Mjuksel",
"avatar_url": "https://avatars.githubusercontent.com/u/10691584?v=4",
"profile": "https://github.com/mjuksel",
"contributions": [
"code",
"ideas"
]
},
{
"login": "hverlin",
"name": "hverlin",
"avatar_url": "https://avatars.githubusercontent.com/u/9151470?v=4",
"profile": "https://huguesverlin.fr",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "string-ts",
"projectOwner": "gustavoguichard"
}