Packages

Erlang PubNub API

Current section

Files

Jump to
epubnub src epubnub.app.src
Raw

src/epubnub.app.src

%% -*- erlang -*-
{application, epubnub,
[{description, "Erlang PubNub API"},
{vsn, "0.1.0"},
{registered, [epubnub_sup]},
{applications, [
kernel
,stdlib
,ssl
,jsx
,hackney
]},
{mod, {epubnub_app, []}},
{contributors, ["Tristan Sloughter"]},
{licenses, ["LGPL"]},
{links, [{"Github", "https://github.com/tsloughter/epubnub"}]}
]}.