{ "authors": [ "devkabiir" ], "contributors": [ "Stargator", "kytrinyx" ], "files": { "solution": [ "lib/word_count.dart" ], "test": [ "test/word_count_test.dart" ], "example": [ ".meta/lib/example.dart" ] }, "blurb": "Given a phrase, count the occurrences of each word in that phrase.", "source": "This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour." }