Skip to main content

src/livery_stripe.app.src

{application,livery_stripe,
             [{description,"Stripe API client built on the livery HTTP client"},
              {vsn,"0.2.1"},
              {registered,[livery_stripe_sup]},
              {mod,{livery_stripe_app,[]}},
              {applications,[kernel,stdlib,crypto,hackney,livery]},
              {env,[]},
              {modules,[]},
              {licenses,["Apache-2.0"]},
              {links,[]}]}.