forked from BetterTyped/react-zoom-pan-pinch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
75 lines (75 loc) · 1.8 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
{
"projectName": "react-zoom-pan-pinch",
"projectOwner": "prc5",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "prc5",
"name": "Maciej Pyrc",
"avatar_url": "https://avatars3.githubusercontent.com/u/20928302?v=4",
"profile": "http://maciejpyrc.pl",
"contributions": [
"review",
"code",
"infra",
"maintenance",
"example",
"question"
]
},
{
"login": "shaneeza",
"name": "Shaneeza",
"avatar_url": "https://avatars2.githubusercontent.com/u/5740159?v=4",
"profile": "https://github.com/shaneeza",
"contributions": [
"bug"
]
},
{
"login": "gabrielfmp",
"name": "gabrielfmp",
"avatar_url": "https://avatars2.githubusercontent.com/u/36622624?v=4",
"profile": "https://github.com/gabrielfmp",
"contributions": [
"code"
]
},
{
"login": "pablovegau",
"name": "Pablo Vega Uceta",
"avatar_url": "https://avatars1.githubusercontent.com/u/20138953?v=4",
"profile": "https://github.com/pablovegau",
"contributions": [
"code"
]
},
{
"login": "selvambe23",
"name": "Selvam M",
"avatar_url": "https://avatars3.githubusercontent.com/u/14357334?v=4",
"profile": "https://github.com/selvambe23",
"contributions": [
"code"
]
},
{
"login": "dlcognite",
"name": "David Liu",
"avatar_url": "https://avatars2.githubusercontent.com/u/35227776?v=4",
"profile": "http://davidtheliu.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}