blob: b72b7b1b947f22dd47afc28ba9f7db4e8d25ae4e [file] [log] [blame]
%% -*- mode: erlang -*-
{application, couchperuser, [
{description, "couchperuser - maintains per-user databases in CouchDB"},
{vsn, "1.0.0"},
{modules, []},
{registered, [couchperuser]},
{applications, [kernel, stdlib]},
{env, []}
]}.