config.json 462 B

12345678910111213141516171819202122
  1. {
  2. "authors": [
  3. "Roshanjossey"
  4. ],
  5. "contributors": [
  6. "SleeplessByte"
  7. ],
  8. "files": {
  9. "solution": [
  10. "resistor-color.ts"
  11. ],
  12. "test": [
  13. "resistor-color.test.ts"
  14. ],
  15. "example": [
  16. ".meta/proof.ci.ts"
  17. ]
  18. },
  19. "blurb": "Convert a resistor band's color to its numeric representation.",
  20. "source": "Maud de Vries, Erik Schierboom",
  21. "source_url": "https://github.com/exercism/problem-specifications/issues/1458"
  22. }