config.json 547 B

1234567891011121314151617181920212223
  1. {
  2. "authors": [
  3. "CRivasGomez"
  4. ],
  5. "contributors": [
  6. "masters3d",
  7. "SleeplessByte"
  8. ],
  9. "files": {
  10. "solution": [
  11. "allergies.ts"
  12. ],
  13. "test": [
  14. "allergies.test.ts"
  15. ],
  16. "example": [
  17. ".meta/proof.ci.ts"
  18. ]
  19. },
  20. "blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
  21. "source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
  22. "source_url": "https://turing.edu"
  23. }