-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
.all-contributorsrc
45 lines (45 loc) · 980 Bytes
/
.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
{
"projectName": "taro-hooks",
"projectOwner": "innocces",
"files": [
"README.md",
"CONTRIBUTORS.md"
],
"imageSize": 50,
"contributorsPerLine": 10,
"commit": true,
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "angular",
"contributors": [
{
"login": "innocces",
"name": "innocces",
"avatar_url": "https://avatars.githubusercontent.com/u/38065966?s=60&v=4",
"profile": "https://github.com/innocces",
"contributions": [
"question",
"doc",
"review",
"talk",
"ideas",
"test",
"platform",
"eventOrganizing",
"design"
]
},
{
"login": "ryan-117",
"name": "ryan",
"avatar_url": "https://avatars.githubusercontent.com/u/24773896?v=4",
"profile": "https://github.com/ryan-117",
"contributions": [
"doc",
"talk",
"ideas",
"code"
]
}
]
}