Current section
Files
Jump to
Current section
Files
src/scrapbook.app.src
{application, scrapbook, [
{vsn, "1.1.0"},
{applications, [decode,
gleam_http,
gleam_httpc,
gleam_json,
gleam_regexp,
gleam_stdlib]},
{description, "Gleam package that can scrape parts of Facebook."},
{modules, [scrapbook@error,
scrapbook@event,
scrapbook@internal@decoder,
scrapbook@internal@event@url,
scrapbook@internal@html,
scrapbook@internal@http,
scrapbook@internal@page@url,
scrapbook@page]},
{registered, []}
]}.