Created
February 13, 2017 05:29
-
-
Save dvliman/a5ec1b4f06687bca52c47f6b54b5662b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{application, gd, | |
[{description, "gd"}, | |
{vsn, "0.1.0"}, | |
{registered, [gd_sup]}, | |
{mod, {gd_app, []}}, | |
{applications, [ | |
kernel, | |
stdlib, | |
lager, | |
gproc, | |
pgsql, | |
jiffy, | |
episcina, | |
ibrowse, | |
erlcloud, | |
cowboy]}, | |
{env,[]}, | |
{modules, []} | |
]}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment