forked from kkemple/react-native-sideswipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
120 lines (120 loc) · 2.97 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"projectName": "react-native-sideswipe",
"projectOwner": "kkemple",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kkemple",
"name": "Kurtis Kemple",
"avatar_url": "https://avatars3.githubusercontent.com/u/3629876?v=4",
"profile": "https://twitter.com/kurtiskemple",
"contributions": [
"code",
"doc",
"blog"
]
},
{
"login": "browniefed",
"name": "Jason Brown",
"avatar_url": "https://avatars1.githubusercontent.com/u/1714673?v=4",
"profile": "http://browniefed.com",
"contributions": [
"code",
"ideas"
]
},
{
"login": "deadcoder0904",
"name": "Akshay Kadam",
"avatar_url": "https://avatars1.githubusercontent.com/u/16436270?v=4",
"profile": "https://twitter.com/deadcoder0904",
"contributions": [
"doc"
]
},
{
"login": "onstash",
"name": "Santosh Venkatraman",
"avatar_url": "https://avatars1.githubusercontent.com/u/4272832?v=4",
"profile": "https://github.com/onstash",
"contributions": [
"code"
]
},
{
"login": "narendrashetty",
"name": "Narendra N Shetty",
"avatar_url": "https://avatars3.githubusercontent.com/u/3153663?v=4",
"profile": "https://twitter.com/narendra_shetty",
"contributions": [
"ideas"
]
},
{
"login": "zachgibson",
"name": "Zachary Gibson",
"avatar_url": "https://avatars1.githubusercontent.com/u/10658888?v=4",
"profile": "https://twitter.com/zacharykeith_",
"contributions": [
"ideas"
]
},
{
"login": "geirman",
"name": "Chris Geirman",
"avatar_url": "https://avatars1.githubusercontent.com/u/1640318?v=4",
"profile": "http://www.frogquest.com",
"contributions": [
"bug",
"doc",
"ideas"
]
},
{
"login": "sipplified",
"name": "Dan Sipple",
"avatar_url": "https://avatars3.githubusercontent.com/u/3743054?v=4",
"profile": "https://github.com/sipplified",
"contributions": [
"bug",
"code"
]
},
{
"login": "cyphire",
"name": "Brian B. Canin",
"avatar_url": "https://avatars3.githubusercontent.com/u/337798?v=4",
"profile": "http://www.briancanin.com",
"contributions": [
"code",
"review"
]
},
{
"login": "msevestre",
"name": "Michael Sevestre",
"avatar_url": "https://avatars2.githubusercontent.com/u/1041237?v=4",
"profile": "http://www.design2code.ca",
"contributions": [
"bug",
"ideas",
"test"
]
},
{
"login": "jadidian",
"name": "Soheil Jadidian",
"avatar_url": "https://avatars2.githubusercontent.com/u/650099?v=4",
"profile": "https://github.com/jadidian",
"contributions": [
"bug",
"ideas"
]
}
]
}