forked from sclorg/nodejs-ex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.json
More file actions
33 lines (33 loc) · 718 Bytes
/
people.json
File metadata and controls
33 lines (33 loc) · 718 Bytes
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
[{
"username":"doctorwhocomposer",
"password":"",
"forename":"Delia",
"surname":"Derbyshire",
"access_token":"concertina",
"stats":{"wins":"","played":""},
"status":"offline",
"game":{"id":"","symbol":""},
"timeout":0
},
{
"username":"asdf",
"password":"asdf",
"forename":"asdf",
"surname":"asdf",
"access_token":"",
"stats":{"wins":0,"played":0},
"status":"offline",
"game":{"id":"","symbol":""},
"timeout":0
},
{
"username":"zxcv",
"password":"zxcv",
"forename":"zxcv",
"surname":"zxcv",
"access_token":"",
"stats":{"wins":0,"played":0},
"status":"offline",
"game":{"id":"","symbol":""},
"timeout":1800001
}]