-
Notifications
You must be signed in to change notification settings - Fork 20
/
.all-contributorsrc
114 lines (114 loc) · 2.69 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
109
110
111
112
113
114
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "josepot",
"name": "Josep M Sobrepere",
"avatar_url": "https://avatars1.githubusercontent.com/u/8620144?v=4",
"profile": "https://github.com/josepot",
"contributions": [
"code",
"ideas",
"maintenance",
"test",
"review",
"doc",
"infra"
]
},
{
"login": "voliva",
"name": "Víctor Oliva",
"avatar_url": "https://avatars2.githubusercontent.com/u/5365487?v=4",
"profile": "https://github.com/voliva",
"contributions": [
"ideas",
"review",
"code",
"test",
"doc"
]
},
{
"login": "clayforthcarr",
"name": "Ed",
"avatar_url": "https://avatars3.githubusercontent.com/u/6012083?v=4",
"profile": "http://www.clayforthcarr.com",
"contributions": [
"design"
]
},
{
"login": "pgrimaud",
"name": "Pierre Grimaud",
"avatar_url": "https://avatars1.githubusercontent.com/u/1866496?v=4",
"profile": "https://github.com/pgrimaud",
"contributions": [
"doc"
]
},
{
"login": "bhavesh-desai-scratch",
"name": "Bhavesh Desai",
"avatar_url": "https://avatars3.githubusercontent.com/u/15194540?v=4",
"profile": "https://github.com/bhavesh-desai-scratch",
"contributions": [
"review",
"doc",
"test"
]
},
{
"login": "mattmischuk",
"name": "Matt Mischuk",
"avatar_url": "https://avatars1.githubusercontent.com/u/3485831?v=4",
"profile": "https://m1x.io",
"contributions": [
"doc"
]
},
{
"login": "rikoe",
"name": "Riko Eksteen",
"avatar_url": "https://avatars1.githubusercontent.com/u/3295115?v=4",
"profile": "https://github.com/rikoe",
"contributions": [
"infra",
"review",
"doc",
"code",
"ideas"
]
},
{
"login": "hoclun-rigsep",
"name": "hoclun-rigsep",
"avatar_url": "https://avatars.githubusercontent.com/u/20741358?v=4",
"profile": "https://github.com/hoclun-rigsep",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "skve",
"name": "Luke Shiels",
"avatar_url": "https://avatars.githubusercontent.com/u/47612057?v=4",
"profile": "https://github.com/skve",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "react-rxjs",
"projectOwner": "re-rxjs",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}