-
Notifications
You must be signed in to change notification settings - Fork 194
/
.all-contributorsrc
93 lines (93 loc) · 2.23 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "haoliu-amp",
"name": "Hao Liu",
"avatar_url": "https://avatars2.githubusercontent.com/u/57638692?v=4",
"profile": "https://github.com/haoliu-amp",
"contributions": [
"doc",
"code"
]
},
{
"login": "djih",
"name": "Daniel Jih",
"avatar_url": "https://avatars0.githubusercontent.com/u/4776584?v=4",
"profile": "http://www.danieljih.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "curtisliu",
"name": "Curtis Liu",
"avatar_url": "https://avatars2.githubusercontent.com/u/3248421?v=4",
"profile": "https://github.com/curtisliu",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "sskates",
"name": "Spenser Skates",
"avatar_url": "https://avatars3.githubusercontent.com/u/605873?v=4",
"profile": "http://www.spenserskates.com",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "blazzy",
"name": "Krishna Rajendran",
"avatar_url": "https://avatars3.githubusercontent.com/u/238374?v=4",
"profile": "http://emptybox.org",
"contributions": [
"code"
]
},
{
"login": "sputh",
"name": "samantha puth",
"avatar_url": "https://avatars0.githubusercontent.com/u/7856822?v=4",
"profile": "https://github.com/sputh",
"contributions": [
"code"
]
},
{
"login": "mayur1407",
"name": "Mayur",
"avatar_url": "https://avatars2.githubusercontent.com/u/3079325?v=4",
"profile": "https://github.com/mayur1407",
"contributions": [
"code"
]
},
{
"login": "rob-keepsafe",
"name": "Rob Phillips",
"avatar_url": "https://avatars1.githubusercontent.com/u/30269720?v=4",
"profile": "http://www.robphillips.me",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "Amplitude-iOS",
"projectOwner": "amplitude",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}