-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
87 lines (87 loc) · 2.14 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "vanevery",
"name": "Shawn Van Every",
"avatar_url": "https://avatars.githubusercontent.com/u/431774?v=4",
"profile": "http://www.walking-productions.com/notslop/",
"contributions": [
"code"
]
},
{
"login": "kaganjd",
"name": "Jen Kagan",
"avatar_url": "https://avatars.githubusercontent.com/u/9204835?v=4",
"profile": "https://github.com/kaganjd",
"contributions": [
"code"
]
},
{
"login": "tigoe",
"name": "Tom Igoe",
"avatar_url": "https://avatars.githubusercontent.com/u/380575?v=4",
"profile": "https://github.com/tigoe",
"contributions": [
"code"
]
},
{
"login": "js6450",
"name": "Jiwon Shin",
"avatar_url": "https://avatars.githubusercontent.com/u/6685006?v=4",
"profile": "http://jiwonshin.com",
"contributions": [
"code"
]
},
{
"login": "wenqili",
"name": "Wenqi Li",
"avatar_url": "https://avatars.githubusercontent.com/u/22087042?v=4",
"profile": "https://www.wenqi.li",
"contributions": [
"code"
]
},
{
"login": "montoyamoraga",
"name": "aarón montoya-moraga",
"avatar_url": "https://avatars.githubusercontent.com/u/3926350?v=4",
"profile": "http://montoyamoraga.io",
"contributions": [
"code"
]
},
{
"login": "lisajamhoury",
"name": "Lisa Jamhoury",
"avatar_url": "https://avatars.githubusercontent.com/u/7552772?v=4",
"profile": "http://lisajamhoury.com",
"contributions": [
"code"
]
},
{
"login": "lachlanjc",
"name": "Lachlan Campbell",
"avatar_url": "https://avatars.githubusercontent.com/u/5074763?v=4",
"profile": "https://lachlanjc.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "p5-serial.github.io",
"projectOwner": "p5-serial",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}