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