Current section
Files
Jump to
Current section
Files
src/throwdown.app.src
{application,throwdown,
[{description,"Rock-Paper-Scissors Erlang"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{throwdown_app,[]}},
{env,[]},
{maintainers,["Mark Allen"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/mrallen1/throwdown"}]}]}.