-
Notifications
You must be signed in to change notification settings - Fork 27
/
.all-contributorsrc
93 lines (93 loc) · 2.3 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
{
"projectName": "vector",
"projectOwner": "scikit-hep",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "jpivarski",
"name": "Jim Pivarski",
"avatar_url": "https://avatars.githubusercontent.com/u/1852447?v=4",
"profile": "https://github.com/jpivarski",
"contributions": [
"maintenance",
"code",
"doc"
]
},
{
"login": "henryiii",
"name": "Henry Schreiner",
"avatar_url": "https://avatars.githubusercontent.com/u/4616906?v=4",
"profile": "https://github.com/henryiii",
"contributions": [
"maintenance",
"code",
"doc"
]
},
{
"login": "eduardo-rodrigues",
"name": "Eduardo Rodrigues",
"avatar_url": "https://avatars.githubusercontent.com/u/5013581?v=4",
"profile": "https://github.com/eduardo-rodrigues",
"contributions": [
"maintenance",
"code",
"doc"
]
},
{
"login": "LovelyBuggies",
"name": "N!no",
"avatar_url": "https://avatars.githubusercontent.com/u/29083689?v=4",
"profile": "http://lovelybuggies.com.cn/",
"contributions": [
"doc"
]
},
{
"login": "pfackeldey",
"name": "Peter Fackeldey",
"avatar_url": "https://avatars.githubusercontent.com/u/18463582?v=4",
"profile": "https://github.com/pfackeldey",
"contributions": [
"doc"
]
},
{
"login": "kreczko",
"name": "Luke Kreczko",
"avatar_url": "https://avatars.githubusercontent.com/u/1213276?v=4",
"profile": "https://github.com/kreczko",
"contributions": [
"code"
]
},
{
"login": "nsmith-",
"name": "Nicholas Smith",
"avatar_url": "https://avatars.githubusercontent.com/u/6587412?v=4",
"profile": "https://github.com/nsmith-",
"contributions": [
"ideas"
]
},
{
"login": "mayou36",
"name": "Jonas Eschle",
"avatar_url": "https://avatars.githubusercontent.com/u/17454848?v=4",
"profile": "https://github.com/mayou36",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7
}