-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
81 lines (81 loc) · 2.03 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "per-steinar",
"name": "Per-Steinar Karlsen",
"avatar_url": "https://avatars.githubusercontent.com/u/25014042?v=4",
"profile": "https://github.com/per-steinar",
"contributions": [
"code"
]
},
{
"login": "tmsanchez",
"name": "Tito Sanchez",
"avatar_url": "https://avatars.githubusercontent.com/u/486370?v=4",
"profile": "http://tmsanchezdev.blogspot.com/",
"contributions": [
"code"
]
},
{
"login": "leosj29",
"name": "Leonardo SJ",
"avatar_url": "https://avatars.githubusercontent.com/u/2030440?v=4",
"profile": "https://github.com/leosj29",
"contributions": [
"code"
]
},
{
"login": "FlipWarthog",
"name": "FlipWarthog",
"avatar_url": "https://avatars.githubusercontent.com/u/83613837?v=4",
"profile": "https://github.com/FlipWarthog",
"contributions": [
"maintenance",
"code"
]
},
{
"login": "melloware",
"name": "Melloware",
"avatar_url": "https://avatars.githubusercontent.com/u/4399574?v=4",
"profile": "https://melloware.com",
"contributions": [
"code"
]
},
{
"login": "DebasishWe",
"name": "DebasishWe",
"avatar_url": "https://avatars.githubusercontent.com/u/125366228?v=4",
"profile": "https://github.com/DebasishWe",
"contributions": [
"userTesting"
]
},
{
"login": "jbrower2",
"name": "Jeff Brower",
"avatar_url": "https://avatars.githubusercontent.com/u/19825556?v=4",
"profile": "https://jeffbrower.com",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "faces-intellisense",
"projectOwner": "primefaces-extensions"
}