-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy path.all-contributorsrc
91 lines (91 loc) · 2.25 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "davisjam",
"name": "Jamie Davis",
"avatar_url": "https://avatars.githubusercontent.com/u/22822319?v=4",
"profile": "https://davisjam.github.io/",
"contributions": [
"security"
]
},
{
"login": "sidblommerswork",
"name": "sidblommerswork",
"avatar_url": "https://avatars.githubusercontent.com/u/93680615?v=4",
"profile": "https://github.com/sidblommerswork",
"contributions": [
"code",
"test"
]
},
{
"login": "drproktor",
"name": "Max Huber",
"avatar_url": "https://avatars.githubusercontent.com/u/19718418?v=4",
"profile": "https://github.com/drproktor",
"contributions": [
"code"
]
},
{
"login": "adamhl8",
"name": "Adam",
"avatar_url": "https://avatars.githubusercontent.com/u/1844269?v=4",
"profile": "https://github.com/adamhl8",
"contributions": [
"code",
"doc"
]
},
{
"login": "CHR-onicles",
"name": "Divine Anum",
"avatar_url": "https://avatars.githubusercontent.com/u/44934037?v=4",
"profile": "http://divineanum.me",
"contributions": [
"doc"
]
},
{
"login": "michalfedyna",
"name": "Michał Fedyna",
"avatar_url": "https://avatars.githubusercontent.com/u/84079005?v=4",
"profile": "https://github.com/michalfedyna",
"contributions": [
"doc"
]
},
{
"login": "alexsad",
"name": "alex.query",
"avatar_url": "https://avatars.githubusercontent.com/u/2659613?v=4",
"profile": "https://github.com/alexsad",
"contributions": [
"code"
]
},
{
"login": "antonytrupe",
"name": "Tony Trupe",
"avatar_url": "https://avatars.githubusercontent.com/u/182436?v=4",
"profile": "http://www.antonytrupe.com",
"contributions": [
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "node-json-db",
"projectOwner": "Belphemur",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": false,
"commitConvention": "angular",
"commitType": "docs"
}