forked from subeshb1/developer-community-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
legacy_store.js
56 lines (56 loc) · 1.3 KB
/
legacy_store.js
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
module.exports = {
"slash-coders": {
"name": "Slash Coders",
"country": "United States"
},
"subeshb1": {
"name": "Subesh Bhandari",
"twitter": "https://twitter.com/subeshb1",
"linkedin": "https://www.linkedin.com/in/subesh-bhandari-523438112/",
"country": "Nepal"
},
"sketch-tester": {
"name": "Sketch Tester",
"country": "Kenya"
},
"acorson1": {
"name": "Alex Corson",
"country": "United Kingdom"
},
"OmkarGeedh": {
"name": "Omkar Geedh",
"country": "India"
},
"WickedInvi": {
"name": "Deyan Petrov",
"country": "United Kingdom"
},
"PankajGupta": {
"name": "Pankaj Gupta ",
"country": "India"
},
"Shubham-Agarwal16": {
"name": "Shubham Agarwal",
"country": "India",
"linkedin": "www.linkedin.com/in/shubham-agarwal16"
},
"abhijeetekad": {
"country": 'India',
"name": 'Abhijeet Rohidas Ekad',
"linkedin": 'https://www.linkedin.com/in/abhijeet-ekad-767a691aa/',
},
"prajnakalpa": {
name: "Prajnakalpa Mishra",
country: "India"
},
"J3ffJessie": {
"name": "Jeff Jessie",
"country": "United States",
"twitter": "https://twitter.com/j3ffjessie",
"linkedin": "http://linkedin.com/in/jeff-jessie-4b2323a9",
},
"nisargpawade": {
"country": "India",
"name": "Nisarg Pawade",
}
}