forked from margondaselatan/IndieValues
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.js
More file actions
74 lines (74 loc) · 1.38 KB
/
members.js
File metadata and controls
74 lines (74 loc) · 1.38 KB
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
members = [
{
"name": "Andre",
"stats": {
"popl": 37.9,
"peri": 48.2,
"comp": 62.4,
"inov": 50.3
}
},
{
"name": "Deby",
"stats": {
"popl": 35.9,
"peri": 62.7,
"comp": 61.1,
"inov": 46.7
}
},
{
"name": "Indira",
"stats": {
"popl": 38.3,
"peri": 39.3,
"comp": 67.9,
"inov": 48.4
}
},
{
"name": "Ferdinand",
"stats": {
"popl": 9.1,
"peri": 0,
"comp": 75,
"inov": 92.3
}
},
{
"name": "Razita",
"stats": {
"popl": 40,
"peri": 37,
"comp": 61.7,
"inov": 45.4
}
},
{
"name": "Yiid",
"stats": {
"popl": 48.6,
"peri": 40.2,
"comp": 48.5,
"inov": 60.3
}
},
{
"name": "Faris",
"stats": {
"popl": 57.7,
"peri": 63.7,
"comp": 56.8,
"inov": 57.4
}
},
{
"name": "Jepri",
"stats": {
"popl": 41,
"peri": 49.8,
"comp": 68,
"inov": 55.7
}
},
];