config.json 550 B

123456789101112131415161718192021222324252627
  1. {
  2. "authors": [
  3. "mikeSimonson"
  4. ],
  5. "contributors": [
  6. "arueckauer",
  7. "DerTee",
  8. "G-Rath",
  9. "kunicmarko20",
  10. "kytrinyx",
  11. "petemcfarlane"
  12. ],
  13. "files": {
  14. "solution": [
  15. "Allergies.php"
  16. ],
  17. "test": [
  18. "AllergiesTest.php"
  19. ],
  20. "example": [
  21. ".meta/example.php"
  22. ]
  23. },
  24. "blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
  25. "source": "Jumpstart Lab Warm-up",
  26. "source_url": "https://jumpstartlab.com"
  27. }