generated from bradgarropy/node-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
39 lines (39 loc) · 873 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
38
39
{
"projectName": "hue-sdk",
"projectOwner": "bradgarropy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md",
"contributing.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"skipCi": false,
"contributors": [
{
"login": "bradgarropy",
"name": "Brad Garropy",
"avatar_url": "https://avatars.githubusercontent.com/u/11336745?v=4",
"profile": "https://bradgarropy.com",
"contributions": [
"code",
"doc",
"test",
"infra"
]
},
{
"login": "willparr",
"name": "willparr",
"avatar_url": "https://avatars.githubusercontent.com/u/52459758?v=4",
"profile": "https://github.com/willparr",
"contributions": [
"code",
"doc",
"test"
]
}
]
}