-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
60 lines (60 loc) · 1.47 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Relequestual",
"name": "Ben Hutton",
"avatar_url": "https://avatars.githubusercontent.com/u/731158?v=4",
"profile": "https://benhutton.me",
"contributions": [
"review"
]
},
{
"login": "jdesrosiers",
"name": "Jason Desrosiers",
"avatar_url": "https://avatars.githubusercontent.com/u/716571?v=4",
"profile": "https://github.com/jdesrosiers",
"contributions": [
"review"
]
},
{
"login": "jonaslagoni",
"name": "Jonas Lagoni",
"avatar_url": "https://avatars.githubusercontent.com/u/13396189?v=4",
"profile": "https://github.com/jonaslagoni",
"contributions": [
"doc"
]
},
{
"login": "handrews",
"name": "Henry Andrews",
"avatar_url": "https://avatars.githubusercontent.com/u/2358015?v=4",
"profile": "https://github.com/handrews",
"contributions": [
"ideas"
]
},
{
"login": "karenetheridge",
"name": "Karen Etheridge",
"avatar_url": "https://avatars.githubusercontent.com/u/303051?v=4",
"profile": "http://irc://irc.perl.org/ether",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "vocab-idl",
"projectOwner": "json-schema-org",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}