25 lines
400 B
JSON
25 lines
400 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lasagna.gleam"
|
|
],
|
|
"test": [
|
|
"test/lasagna_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"elixir/lasagna"
|
|
],
|
|
"blurb": "Learn about the basics of Gleam by following a lasagna recipe."
|
|
}
|