23 lines
445 B
JSON
23 lines
445 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"neenjaw"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"angelikatyborska",
|
||
|
"kevpo"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/boutique_suggestions.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/boutique_suggestions_test.exs"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.ex"
|
||
|
]
|
||
|
},
|
||
|
"language_versions": ">=1.10",
|
||
|
"blurb": "Learn about list comprehensions by generating outfit suggestions for the clients of your fashion boutique."
|
||
|
}
|