-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.all-contributorsrc
82 lines (82 loc) · 2.01 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
{
"projectName": "clipea",
"projectOwner": "dave1010",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "dave1010",
"name": "Dave Hulbert",
"avatar_url": "https://avatars.githubusercontent.com/u/50682?v=4",
"profile": "https://github.com/dave1010",
"contributions": [
"code",
"ideas",
"maintenance"
]
},
{
"login": "edouard-sn",
"name": "Edouard SENGEISSEN",
"avatar_url": "https://avatars.githubusercontent.com/u/58398928?v=4",
"profile": "https://github.com/edouard-sn",
"contributions": [
"code",
"ideas",
"maintenance",
"platform"
]
},
{
"login": "b-boehne",
"name": "b-boehne",
"avatar_url": "https://avatars.githubusercontent.com/u/53817118?v=4",
"profile": "https://github.com/b-boehne",
"contributions": [
"code",
"ideas"
]
},
{
"login": "antwxne",
"name": "Antoine D.",
"avatar_url": "https://avatars.githubusercontent.com/u/59999873?v=4",
"profile": "https://github.com/antwxne",
"contributions": [
"review"
]
},
{
"login": "lucaspar",
"name": "Lucas Parzianello",
"avatar_url": "https://avatars.githubusercontent.com/u/7535699?v=4",
"profile": "https://github.com/lucaspar",
"contributions": [
"doc"
]
},
{
"login": "garyo",
"name": "Gary Oberbrunner",
"avatar_url": "https://avatars.githubusercontent.com/u/139975?v=4",
"profile": "http://darkstarsystems.com",
"contributions": [
"code"
]
},
{
"login": "vividfog",
"name": "vividfog",
"avatar_url": "https://avatars.githubusercontent.com/u/75913791?v=4",
"profile": "https://github.com/vividfog",
"contributions": [
"userTesting",
"ideas"
]
}
]
}