35 lines
634 B
JSON
35 lines
634 B
JSON
{
|
|
"authors": [
|
|
"rubysolo"
|
|
],
|
|
"contributors": [
|
|
"andrewsardone",
|
|
"angelikatyborska",
|
|
"cetinajero",
|
|
"Cohen-Carlisle",
|
|
"dalexj",
|
|
"devonestes",
|
|
"jinyeow",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"sotojuan",
|
|
"Teapane",
|
|
"waiting-for-dev"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/roman_numerals.ex"
|
|
],
|
|
"test": [
|
|
"test/roman_numerals_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Convert modern Arabic numbers into Roman numerals.",
|
|
"source": "The Roman Numeral Kata",
|
|
"source_url": "https://codingdojo.org/kata/RomanNumerals/"
|
|
}
|