-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.all-contributorsrc
More file actions
44 lines (44 loc) · 1.05 KB
/
.all-contributorsrc
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
{
"projectName": "deep-learning-with-javascript-in-chinese",
"projectOwner": "Wendydesigner",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"./docs/README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "Wendydesigner",
"name": "wenyan",
"avatar_url": "https://avatars3.githubusercontent.com/u/32283997?s=460&v=4",
"profile": "https://github.com/Wendydesigner",
"contributions": [
"doc",
"code"
]
},
{
"login": "zhaowei555",
"name": "zhaowei",
"avatar_url": "https://avatars2.githubusercontent.com/u/18010840?s=460&v=4",
"profile": "https://github.com/zhaowei555",
"contributions": [
"doc"
]
},
{
"login": "jean-zhou",
"name": "Jean",
"avatar_url": "https://avatars.githubusercontent.com/u/48508952?v=4",
"profile": "https://github.com/jean-zhou",
"contributions": [
"content",
"doc"
]
}
],
"contributorsPerLine": 7
}