Current section
Files
Jump to
Current section
Files
priv/web/rebar.config
{sub_dirs,["apps"]}.
{deps_dir,"deps"}.
{deps, [
{erlydtl,".*", {git, "git://github.com/evanmiller/erlydtl", {tag, "0.8.0"} }},
{cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag, "1.0.1"} }},
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag, "0.3"} }},
{mad, ".*", {git, "git://github.com/synrc/mad", {tag, "master"} }},
{fs, ".*", {git, "git://github.com/synrc/fs", {tag, "0.8"} }},
{sh, ".*", {git, "git://github.com/synrc/sh", {tag, "0.8"} }},
{active, ".*", {git, "git://github.com/synrc/active", {tag, "master"} }},
{n2o, ".*", {git, "git://github.com/5HT/n2o", {tag, "master"} }}
]}.