24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"authors": [
|
|
"amscotti"
|
|
],
|
|
"contributors": [
|
|
"Stargator",
|
|
"kytrinyx"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/allergies.dart"
|
|
],
|
|
"test": [
|
|
"test/allergies_test.dart"
|
|
],
|
|
"example": [
|
|
".meta/lib/example.dart"
|
|
]
|
|
},
|
|
"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"
|
|
}
|