mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
15 lines
227 B
Erlang
15 lines
227 B
Erlang
{application, 'GildedRose',
|
|
[{description, "An OTP library"},
|
|
{vsn, "0.1.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{licenses, ["Apache 2.0"]},
|
|
{links, []}
|
|
]}.
|