-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
93 lines (93 loc) · 2.28 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "soegaard",
"name": "Jens Axel Søgaard",
"avatar_url": "https://avatars.githubusercontent.com/u/461765?v=4",
"profile": "https://racket-stories.com",
"contributions": [
"doc",
"code",
"example"
]
},
{
"login": "hasn0life",
"name": "hasn0life",
"avatar_url": "https://avatars.githubusercontent.com/u/67935595?v=4",
"profile": "https://github.com/hasn0life",
"contributions": [
"doc"
]
},
{
"login": "eXodiquas",
"name": "Timo Netzer",
"avatar_url": "https://avatars.githubusercontent.com/u/19648183?v=4",
"profile": "http://exodiquas.eu",
"contributions": [
"code",
"example"
]
},
{
"login": "ethagnawl",
"name": "Pete Doherty",
"avatar_url": "https://avatars.githubusercontent.com/u/289949?v=4",
"profile": "https://peterdohertys.website/",
"contributions": [
"doc"
]
},
{
"login": "ericcervin",
"name": "ericcervin",
"avatar_url": "https://avatars.githubusercontent.com/u/1158978?v=4",
"profile": "https://github.com/ericcervin",
"contributions": [
"doc",
"bug",
"example"
]
},
{
"login": "spdegabrielle",
"name": "Stephen De Gabrielle",
"avatar_url": "https://avatars.githubusercontent.com/u/108047?v=4",
"profile": "http://linkedin.com/in/stephen-de-gabrielle/",
"contributions": [
"doc"
]
},
{
"login": "samth",
"name": "Sam Tobin-Hochstadt",
"avatar_url": "https://avatars.githubusercontent.com/u/244723?v=4",
"profile": "http://samth.github.io",
"contributions": [
"maintenance"
]
},
{
"login": "bennn",
"name": "Ben Greenman",
"avatar_url": "https://avatars.githubusercontent.com/u/1731829?v=4",
"profile": "http://ben-greenman.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "sketching",
"projectOwner": "soegaard",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}