mirror of
https://github.com/correl/elm-paginated.git
synced 2024-11-23 11:09:51 +00:00
19 lines
564 B
JSON
19 lines
564 B
JSON
{
|
|
"version": "1.0.0",
|
|
"summary": "A library for fetching data from paginated JSON REST APIs.",
|
|
"repository": "https://github.com/correl/elm-paginated.git",
|
|
"license": "BSD3",
|
|
"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"
|
|
}
|