forked from jquery/jquery-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopers.json
More file actions
106 lines (106 loc) · 1.78 KB
/
developers.json
File metadata and controls
106 lines (106 loc) · 1.78 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"firstName": "Richard",
"lastName": "Worth",
"country": "USA",
"twitter": "rworth",
"github": "rdworth",
"bitcoins": 150,
"random": {
"value": 10
},
"favorites": [1, 2, 3],
"date": 174351600000
},
{
"firstName": "Scott",
"lastName": "González",
"country": "USA",
"twitter": "scott_gonzalez",
"github": "scottgonzalez",
"bitcoins": 10,
"random": {
"value": 20
},
"favorites": [1, 2, 3],
"date": 359468280000
},
{
"firstName": "Jörn",
"lastName": "Zaefferer",
"country": "Germany",
"twitter": "bassistance",
"github": "jzaefferer",
"bitcoins": 1,
"random": {
"value": 30
},
"favorites": [1, 2, 3],
"date": 455083620000
},
{
"firstName": "Carl",
"lastName": "Worth",
"country": "Canada",
"twitter": "cworth",
"github": "cworth",
"bitcoins": 1500,
"random": {
"value": 40
},
"favorites": [1, 2, 3],
"date": 174351700450
},
{
"firstName": "Adam",
"lastName": "Piano",
"country": "USA",
"twitter": "ajpiano",
"github": "ajpiano",
"bitcoins": 1337,
"random": {
"value": 50
},
"favorites": [1, 2, 3],
"date": 358368280045
},
{
"firstName": "Remy",
"lastName": "Sharp",
"country": "UK",
"twitter": "rem",
"github": "rem",
"bitcoins": 55.5,
"random": {
"value": 60
},
"favorites": [1, 2, 3],
"date": 274351715450
},
{
"firstName": "Benjamin",
"lastName": "Lupton",
"country": "Australia",
"twitter": "balupton",
"github": "balupton",
"bitcoins": 2501,
"random": {
"value": 70
},
"favorites": [1, 2, 3],
"date": 374351715450
},
{
"firstName": "Haymo",
"lastName": "Meran",
"country": "Austria",
"twitter": "draftkraft",
"github": "",
"bitcoins": 0,
"random": {
"value": 80
},
"favorites": [1, 2, 3],
"date": 474351715450
}
]