mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-20 16:11:41 +00:00
15 lines
263 B
Erlang
15 lines
263 B
Erlang
{application, 'gilded-rose', [
|
|
{description, "A run-ready LFE script"},
|
|
{vsn, "0.1"},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
stdlib
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{licenses, ["Apache 2.0"]},
|
|
{links, []}
|
|
]}.
|