-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy path.all-contributorsrc
69 lines (69 loc) · 1.7 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "0x219",
"name": "是你呀小刘",
"avatar_url": "https://avatars2.githubusercontent.com/u/50414099?v=4",
"profile": "https://github.com/0x219",
"contributions": [
"translation"
]
},
{
"login": "terkelg",
"name": "Terkel",
"avatar_url": "https://avatars2.githubusercontent.com/u/2302254?v=4",
"profile": "https://terkel.com",
"contributions": [
"content"
]
},
{
"login": "jasonkarns",
"name": "Jason Karns",
"avatar_url": "https://avatars2.githubusercontent.com/u/119972?v=4",
"profile": "http://jasonkarns.com",
"contributions": [
"content"
]
},
{
"login": "davesag",
"name": "Dave Sag",
"avatar_url": "https://avatars0.githubusercontent.com/u/387098?v=4",
"profile": "https://about.me/davesag",
"contributions": [
"maintenance"
]
},
{
"login": "JoseJPR",
"name": "José J. Pérez Rivas",
"avatar_url": "https://avatars0.githubusercontent.com/u/12954959?v=4",
"profile": "https://josejpr.com",
"contributions": [
"translation"
]
},
{
"login": "m-sureshraj",
"name": "Sureshraj",
"avatar_url": "https://avatars3.githubusercontent.com/u/12813750?v=4",
"profile": "https://twitter.com/MSuresh100",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7,
"projectName": "nodejs-cli-apps-best-practices",
"projectOwner": "lirantal",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}