Current section
Files
Jump to
Current section
Files
src/zotonic_apps.app.src
{application,zotonic_apps,
[{description,"All Zotonic applications from the Zotonic core umbrella project."},
{vsn,"1.0.0-alpha.8"},
{registered,[]},
{mod,{zotonic_apps_app,[]}},
{applications,[kernel,stdlib,zotonic_launcher]},
{env,[]},
{modules,[zotonic_apps_app,zotonic_apps_sup]},
{doc,"doc"},
{licenses,["Apache-2.0"]},
{links,[{"Website","https://zotonic.com/"},
{"GitHub","https://github.com/zotonic/zotonic"}]}]}.