authors.json 368 B

123456789101112131415
  1. {
  2. "Michael Bromley": {
  3. "avatar": "/authors/michael-bromley.jpg",
  4. "bio": "Michael is the creator of Vendure. He lives in Vienna, Austria.",
  5. "links": {
  6. "twitter": "https://twitter.com/michlbrmly",
  7. "github": "https://github.com/michaelbromley"
  8. }
  9. },
  10. "unknown": {
  11. "avatar": "/authors/unknown.jpg",
  12. "bio": "",
  13. "links": {}
  14. }
  15. }