38 lines
798 B
JSON
38 lines
798 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"rubysolo"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"andrewsardone",
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"dalexj",
|
||
|
"devonestes",
|
||
|
"ggpasqualino",
|
||
|
"jinyeow",
|
||
|
"lpil",
|
||
|
"martinsvalin",
|
||
|
"meadsteve",
|
||
|
"montague",
|
||
|
"neenjaw",
|
||
|
"parkerl",
|
||
|
"sotojuan",
|
||
|
"Teapane",
|
||
|
"waiting-for-dev"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/allergies.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/allergies_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
|
||
|
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
|
||
|
"source_url": "https://turing.edu"
|
||
|
}
|