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