exercism/elixir/file-sniffer/.exercism/config.json

23 lines
403 B
JSON

{
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska",
"cr0t"
],
"files": {
"solution": [
"lib/file_sniffer.ex"
],
"test": [
"test/file_sniffer_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about binaries by verifying the mime type of files uploaded to your server."
}