forked from yining1023/p5.ble.js
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.all-contributorsrc
71 lines (71 loc) · 1.61 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
{
"projectName": "p5.ble.js",
"projectOwner": "ITPNYU",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "yining1023",
"name": "Yining Shi",
"avatar_url": "https://avatars3.githubusercontent.com/u/8662372?v=4",
"profile": "https://1023.io",
"contributions": [
"code",
"example",
"doc",
"bug"
]
},
{
"login": "ZhuJingwen",
"name": "Jingwen Zhu",
"avatar_url": "https://avatars1.githubusercontent.com/u/5662216?v=4",
"profile": "http://www.jingwen-zhu.com",
"contributions": [
"example",
"doc",
"bug",
"blog",
"tutorial"
]
},
{
"login": "tigoe",
"name": "Tom Igoe",
"avatar_url": "https://avatars3.githubusercontent.com/u/380575?v=4",
"profile": "https://github.com/tigoe",
"contributions": [
"example",
"doc",
"bug",
"blog",
"tutorial"
]
},
{
"login": "honnet",
"name": "Cédric",
"avatar_url": "https://avatars2.githubusercontent.com/u/642787?v=4",
"profile": "http://www.honnet.eu",
"contributions": [
"code"
]
},
{
"login": "sandeepmistry",
"name": "Sandeep Mistry",
"avatar_url": "https://avatars1.githubusercontent.com/u/1163840?v=4",
"profile": "https://github.com/sandeepmistry",
"contributions": [
"example"
]
}
],
"contributorsPerLine": 7
}