forked from infinitered/nsfwjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
110 lines (110 loc) · 2.64 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
{
"projectName": "nsfwjs",
"projectOwner": "infinitered",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "GantMan",
"name": "Gant Laborde",
"avatar_url": "https://avatars0.githubusercontent.com/u/997157?v=4",
"profile": "http://gantlaborde.com/",
"contributions": [
"question",
"blog",
"code",
"example",
"ideas",
"infra",
"review",
"test"
]
},
{
"login": "jamonholmgren",
"name": "Jamon Holmgren",
"avatar_url": "https://avatars3.githubusercontent.com/u/1479215?v=4",
"profile": "https://jamonholmgren.com",
"contributions": [
"doc",
"ideas",
"code",
"content"
]
},
{
"login": "jstudenski",
"name": "Jeff Studenski",
"avatar_url": "https://avatars0.githubusercontent.com/u/7350279?v=4",
"profile": "https://github.com/jstudenski",
"contributions": [
"design"
]
},
{
"login": "fvonhoven",
"name": "Frank von Hoven III",
"avatar_url": "https://avatars2.githubusercontent.com/u/10098988?v=4",
"profile": "https://github.com/fvonhoven",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "sandeshsoni",
"name": "Sandesh Soni",
"avatar_url": "https://avatars3.githubusercontent.com/u/3761745?v=4",
"profile": "https://github.com/sandeshsoni",
"contributions": [
"code"
]
},
{
"login": "seannam1218",
"name": "Sean Nam",
"avatar_url": "https://avatars1.githubusercontent.com/u/24437898?v=4",
"profile": "https://github.com/seannam1218",
"contributions": [
"doc"
]
},
{
"login": "emer7",
"name": "Gilbert Emerson",
"avatar_url": "https://avatars1.githubusercontent.com/u/21377166?v=4",
"profile": "https://github.com/emer7",
"contributions": [
"code"
]
},
{
"login": "xilaraux",
"name": "Oleksandr Kozlov",
"avatar_url": "https://avatars2.githubusercontent.com/u/17703730?v=4",
"profile": "https://github.com/xilaraux",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "mlaco",
"name": "Morgan",
"avatar_url": "https://avatars2.githubusercontent.com/u/4466642?v=4",
"profile": "http://morganlaco.com",
"contributions": [
"code",
"ideas"
]
}
],
"contributorsPerLine": 7,
"commitConvention": "none"
}