-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.all-contributorsrc
72 lines (72 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
70
71
72
{
"projectName": "transform-json-types",
"projectOwner": "transform-it",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "ritz078",
"name": "Ritesh Kumar",
"avatar_url": "https://avatars3.githubusercontent.com/u/5389035?v=4",
"profile": "http://riteshkr.com",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "skade",
"name": "Florian Gilcher",
"avatar_url": "https://avatars2.githubusercontent.com/u/47542?v=4",
"profile": "http://asquera.de",
"contributions": [
"code"
]
},
{
"login": "xperiments",
"name": "Pedro Casaubon",
"avatar_url": "https://avatars0.githubusercontent.com/u/417709?v=4",
"profile": "http://www.xperiments.in",
"contributions": [
"code",
"ideas"
]
},
{
"login": "stereobooster",
"name": "stereobooster",
"avatar_url": "https://avatars2.githubusercontent.com/u/179534?v=4",
"profile": "https://github.com/stereobooster",
"contributions": [
"code"
]
},
{
"login": "waf",
"name": "Will Fuqua",
"avatar_url": "https://avatars0.githubusercontent.com/u/97195?v=4",
"profile": "http://fuqua.io",
"contributions": [
"doc"
]
},
{
"login": "cobraz",
"name": "Simen A. W. Olsen",
"avatar_url": "https://avatars.githubusercontent.com/u/3726815?v=4",
"profile": "http://cobraz.no",
"contributions": [
"code"
]
}
],
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributorsPerLine": 7
}