config.json 526 B

123456789101112131415161718192021222324252627
  1. {
  2. "authors": [],
  3. "contributors": [
  4. "arueckauer",
  5. "dkinzer",
  6. "Dog",
  7. "kunicmarko20",
  8. "kytrinyx",
  9. "lafent",
  10. "petemcfarlane",
  11. "zembrowski"
  12. ],
  13. "files": {
  14. "solution": [
  15. "RomanNumerals.php"
  16. ],
  17. "test": [
  18. "RomanNumeralsTest.php"
  19. ],
  20. "example": [
  21. ".meta/example.php"
  22. ]
  23. },
  24. "blurb": "Write a function to convert from normal numbers to Roman Numerals.",
  25. "source": "The Roman Numeral Kata",
  26. "source_url": "https://codingdojo.org/kata/RomanNumerals"
  27. }