19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"authors": [
|
|
"glennj"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"anagram.jq"
|
|
],
|
|
"test": [
|
|
"test-anagram.bats"
|
|
],
|
|
"example": [
|
|
".meta/example.jq"
|
|
]
|
|
},
|
|
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
|
|
"source": "Inspired by the Extreme Startup game",
|
|
"source_url": "https://github.com/rchatley/extreme_startup"
|
|
}
|