-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfriends.json
79 lines (79 loc) · 2.11 KB
/
friends.json
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
[
{
"name": "Kaustav Das Modak",
"email": "[email protected]",
"twitter": "kaustavdm",
"github": "kaustavdm",
"contributions": ["code", "documentation", "marketing"]
},
{
"name": "Soumya Deb",
"email": "[email protected]",
"twitter": "debloper",
"github": "debloper",
"contributions": ["code", "graphics", "marketing"]
},
{
"name": "Nayanika Chattopadhyay",
"email": "[email protected]",
"twitter": "pawzoned",
"github": "pawzoned",
"contributions": ["graphics", "design"]
},
{
"name": "Moumita Banerjee",
"email": "[email protected]",
"twitter": false,
"github": "TheSigyn",
"contributions": ["legal"]
},
{
"name": "Jaipradeesh J",
"email": "[email protected]",
"twitter": "dolftax",
"github": "dolftax",
"contributions": ["code"]
},
{
"name": "Kumar Rishav",
"email": "[email protected]",
"twitter": "_rishavraj",
"github": "kumarrishav",
"contributions": ["code"]
},
{
"name": "Sarvistha Yadav",
"email": "[email protected]",
"twitter": false,
"github": "Sarvistha",
"contributions": ["design"]
},
{
"name": "Bhanvee Gupta",
"email": "[email protected]",
"twitter": false,
"github": "Bhanvee",
"contributions": ["design"]
},
{
"name": "Sumantro Mukherjee",
"email": "[email protected]",
"twitter": "sumantro93",
"github": "sumantro93",
"contributions": ["security"]
},
{
"name": "Akshay Tiwari",
"email": "[email protected]",
"twitter": "Imnotakshay",
"github": "AkshayTiwari",
"contributions": ["testing/qa", "marketing"]
},
{
"name": "Swarnava Sengupta",
"email": "[email protected]",
"twitter": "sw4rn4v4",
"github": "swarnava",
"contributions": ["testing/qa", "marketing"]
}
]