123456789101112131415161718192021 |
- {application, oauth, [
- {description, "An Erlang OAuth 1.0 implementation"},
- {vsn, "1.0.2"},
- {modules, [
- oauth,
- oauth_client,
- oauth_hmac_sha1,
- oauth_http,
- oauth_plaintext,
- oauth_rsa_sha1,
- oauth_uri
- ]},
- {registered, []},
- {applications, [
- kernel,
- stdlib,
- crypto,
- public_key,
- inets
- ]}
- ]}.
|