22 lines
361 B
JSON
22 lines
361 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"angelikatyborska"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"neenjaw"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/rpg.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/rpg_test.exs"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.ex"
|
||
|
]
|
||
|
},
|
||
|
"language_versions": ">=1.10",
|
||
|
"blurb": "Learn about protocols by developing your own role-playing video game."
|
||
|
}
|