-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
70 lines (70 loc) · 1.76 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "EiffL",
"name": "Francois Lanusse",
"avatar_url": "https://avatars0.githubusercontent.com/u/861591?v=4",
"profile": "http://flanusse.net",
"contributions": [
"code"
]
},
{
"login": "changhoonhahn",
"name": "ChangHoon Hahn",
"avatar_url": "https://avatars0.githubusercontent.com/u/1895640?v=4",
"profile": "http://changhoonhahn.github.io",
"contributions": [
"code"
]
},
{
"login": "aphearin",
"name": "Andrew Hearin",
"avatar_url": "https://avatars0.githubusercontent.com/u/6951595?v=4",
"profile": "https://github.com/aphearin",
"contributions": [
"ideas"
]
},
{
"login": "bhorowitz",
"name": "Ben Horowitz",
"avatar_url": "https://avatars2.githubusercontent.com/u/6059772?v=4",
"profile": "https://bhorowitz.github.io/",
"contributions": [
"code"
]
},
{
"login": "modichirag",
"name": "Chirag Modi",
"avatar_url": "https://avatars.githubusercontent.com/u/13356766?v=4",
"profile": "https://modichirag.github.io/",
"contributions": [
"content"
]
},
{
"login": "sferraroastro",
"name": "Simone Ferraro",
"avatar_url": "https://avatars.githubusercontent.com/u/19699330?v=4",
"profile": "https://astro.berkeley.edu/people/simone-ferraro/",
"contributions": [
"ideas",
"content"
]
}
],
"contributorsPerLine": 7,
"projectName": "DHOD",
"projectOwner": "DifferentiableUniverseInitiative",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}