{application, 'rebar3_live',
 [{description, "Rebar3 live plugin"},
  {vsn, "0.1.0"},
  {registered, []},
  {applications,
   [kernel,
    stdlib,
    enotify
   ]},
  {mod, {rebar3_live_app, []}},
  {env,[]},
  {modules, []},

  {contributors, []},
  {licenses, []},
  {links, []}
 ]}.
