forked from adamghill/django-unicorn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
71 lines (71 loc) · 1.72 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "adamghill",
"name": "Adam Hill",
"avatar_url": "https://avatars0.githubusercontent.com/u/317045?v=4",
"profile": "https://adamghill.com",
"contributions": [
"code",
"test"
]
},
{
"login": "zodman",
"name": "Andres Vargas",
"avatar_url": "https://avatars1.githubusercontent.com/u/44167?v=4",
"profile": "https://python3.ninja",
"contributions": [
"code"
]
},
{
"login": "edelvalle",
"name": "Eddy Ernesto del Valle Pino",
"avatar_url": "https://avatars3.githubusercontent.com/u/6555851?v=4",
"profile": "http://iskra.ml",
"contributions": [
"code"
]
},
{
"login": "yaseralnajjar",
"name": "Yaser Al-Najjar",
"avatar_url": "https://avatars3.githubusercontent.com/u/10493809?v=4",
"profile": "https://www.linkedin.com/in/yaser-al-najjar-429b9096/",
"contributions": [
"code"
]
},
{
"login": "sbidy",
"name": "Stephan Traub",
"avatar_url": "https://avatars.githubusercontent.com/u/1077364?v=4",
"profile": "https://github.com/sbidy",
"contributions": [
"test"
]
},
{
"login": "frbor",
"name": "Fredrik Borg",
"avatar_url": "https://avatars.githubusercontent.com/u/2320183?v=4",
"profile": "https://github.com/frbor",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "django-unicorn",
"projectOwner": "adamghill",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}