Current section
Files
Jump to
Current section
Files
src/erlsass.app.src
{application,erlsass,
[{description,"Compile Sass/Scss implemented as Erlang NIF using libsass."},
{vsn,"1.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Irsan van Wel","eyedouble"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/eyedouble/erlsass"},
{"eyedouble","https://eyedouble.nl"}]}]}.