forked from Qeepsake/react-native-file-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
37 lines (37 loc) · 879 Bytes
/
.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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "lukebrandonfarrell",
"name": "Luke Brandon Farrell",
"avatar_url": "https://avatars3.githubusercontent.com/u/18139277?v=4",
"profile": "http://www.lukebrandonfarrell.com",
"contributions": [
"code",
"doc",
"infra"
]
},
{
"login": "tdbrian",
"name": "Thomas Brian",
"avatar_url": "https://avatars.githubusercontent.com/u/1131354?s=96&v=4",
"profile": "https://www.linkedin.com/in/thomas-brian",
"contributions": [
"code",
"doc",
"infra"
]
}
],
"contributorsPerLine": 7,
"projectName": "@qeepsake/react-native-file-utils",
"projectOwner": "qeepsake",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}