-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.all-contributorsrc
40 lines (40 loc) · 949 Bytes
/
.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
{
"projectName": "node-security",
"projectOwner": "matthaywardwebdesign",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"contributors": [
{
"login": "matthaywardwebdesign",
"name": "Matt Hayward",
"avatar_url": "https://avatars0.githubusercontent.com/u/6156252?v=4",
"profile": "http://www.matthayward.com.au",
"contributions": [
"code",
"doc"
]
},
{
"login": "jakebolam",
"name": "Jake Bolam",
"avatar_url": "https://avatars2.githubusercontent.com/u/3534236?v=4",
"profile": "https://jakebolam.com",
"contributions": [
"infra"
]
},
{
"login": "Qix-",
"name": "Qix",
"avatar_url": "https://avatars2.githubusercontent.com/u/885648?v=4",
"profile": "https://github.com/Qix-",
"contributions": [
"ideas"
]
}
]
}