{application, influxdb, [
    {description, "InfluxDB client library"},
    {vsn, "0.2.0"},
    {modules, []},
    {applications, [
        kernel,
        stdlib,
        inets,
        jsone
    ]},
    {mod, {influxdb_app, []}},
    {registered, [influxdb_sup]},
    {env, []}
]}.
