{ "version": "1.0.0", "summary": "A library for fetching data from paginated JSON REST APIs.", "repository": "https://github.com/correl/elm-paginated.git", "license": "MIT", "source-directories": [ "src" ], "exposed-modules": [ "Paginated" ], "dependencies": { "elm-community/maybe-extra": "4.0.0 <= v < 5.0.0", "elm-lang/core": "5.1.1 <= v < 6.0.0", "elm-lang/html": "2.0.0 <= v < 3.0.0", "elm-lang/http": "1.0.0 <= v < 2.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0" }