cooking/public/authors.json

17 lines
378 B
JSON

{
"authors": [
{
"id": "jake",
"name": "jake",
"fullName": "Jake Runyan",
"bio": "Home cook and food enthusiast sharing the things he makes at home.",
"email": "jake@runyan.dev",
"website": "https://jake.runyan.dev",
"links": {
"github": "https://github.com/runyanjake"
},
"joinDate": "1970-01-01"
}
]
}