forked from vvo/iron-session
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
49 lines (49 loc) · 1.08 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
{
"files": [
"README.md"
],
"badgeTemplate": "",
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Vandivier",
"name": "John Vandivier",
"avatar_url": "https://avatars.githubusercontent.com/u/5559355?v=4",
"profile": "http://www.afterecon.com/",
"contributions": [
"code",
"ideas",
"example"
]
},
{
"login": "searchableguy",
"name": "searchableguy",
"avatar_url": "https://avatars.githubusercontent.com/u/73341821?v=4",
"profile": "https://searchableguy.com",
"contributions": [
"test",
"doc",
"code"
]
},
{
"login": "brc-dd",
"name": "Divyansh Singh",
"avatar_url": "https://avatars.githubusercontent.com/u/40380293?v=4",
"profile": "http://brc-dd.me",
"contributions": [
"code",
"doc",
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "iron-session",
"projectOwner": "vvo",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}