23 lines
381 B
JSON
23 lines
381 B
JSON
{
|
|
"authors": [
|
|
"Stargator"
|
|
],
|
|
"contributors": [
|
|
"kytrinyx"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/acronym.dart"
|
|
],
|
|
"test": [
|
|
"test/acronym_test.dart"
|
|
],
|
|
"example": [
|
|
".meta/lib/example.dart"
|
|
]
|
|
},
|
|
"blurb": "Convert a long phrase to its acronym.",
|
|
"source": "Julien Vanier",
|
|
"source_url": "https://github.com/monkbroc"
|
|
}
|