forked from sir-dunxalot/cypress-nextjs-auth0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
52 lines (52 loc) · 1.27 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
{
"projectName": "cypress-nextjs-auth0",
"projectOwner": "sir-dunxalot",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "eslint",
"contributors": [
{
"login": "sir-dunxalot",
"name": "Duncan Walker",
"avatar_url": "https://avatars.githubusercontent.com/u/4495352?v=4",
"profile": "https://github.com/sir-dunxalot",
"contributions": [
"ideas",
"code"
]
},
{
"login": "natterstefan",
"name": "Stefan Natter",
"avatar_url": "https://avatars.githubusercontent.com/u/1043668?v=4",
"profile": "https://natterstefan.me/",
"contributions": [
"code"
]
},
{
"login": "adamjmcgrath",
"name": "Adam Mcgrath",
"avatar_url": "https://avatars.githubusercontent.com/u/1299658?v=4",
"profile": "https://github.com/adamjmcgrath",
"contributions": [
"code"
]
},
{
"login": "marklawlor",
"name": "Mark Lawlor",
"avatar_url": "https://avatars.githubusercontent.com/u/3946701?v=4",
"profile": "https://github.com/marklawlor",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}