-
-
Notifications
You must be signed in to change notification settings - Fork 244
/
.all-contributorsrc
62 lines (62 loc) · 1.46 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "afshinm",
"name": "Afshin Mehrabani",
"avatar_url": "https://avatars3.githubusercontent.com/u/314326?v=4",
"profile": "http://afshinm.name",
"contributions": [
"code",
"doc"
]
},
{
"login": "selfagency",
"name": "Daniel Sieradski",
"avatar_url": "https://avatars.githubusercontent.com/u/2541728?v=4",
"profile": "https://self.agency",
"contributions": [
"plugin"
]
},
{
"login": "salamaashoush",
"name": "Salama Ashoush",
"avatar_url": "https://avatars.githubusercontent.com/u/13505298?v=4",
"profile": "http://salamaashoush.com",
"contributions": [
"plugin"
]
},
{
"login": "daniel-werner",
"name": "Daniel Werner",
"avatar_url": "https://avatars.githubusercontent.com/u/38726367?v=4",
"profile": "https://www.danielwerner.dev/",
"contributions": [
"plugin"
]
},
{
"login": "Aloysb",
"name": "Aloysb",
"avatar_url": "https://avatars.githubusercontent.com/u/17796338?v=4",
"profile": "https://aloys.dev",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "gridjs",
"projectOwner": "grid-js",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}