blob: 01ce89756321a1e4e78eb9b41400531d63d5c23e [file] [log] [blame]
%% -*- mode: erlang -*-
{application, my_first_couchdb_plugin, [
{description, "My First CouchDB Plugin"},
{vsn, "0.0.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{env, []}
]}.