{application,ecron,
             [{description,"cron-like/crontab job scheduling library"},
              {vsn,"0.5.1"},
              {registered,[ecron_sup,ecron]},
              {mod,{ecron_app,[]}},
              {applications,[kernel,stdlib,telemetry]},
              {env,[{adjusting_time_second,604800},
                    {time_zone,local},
                    {global_quorum_size,1},
                    {local_jobs,[]},
                    {global_jobs,[]}]},
              {modules,[]},
              {licenses,["Apache 2.0"]},
              {links,[{"Github","https://github.com/zhongwencool/ecron"}]}]}.
