mirror of
https://github.com/correl/elm-paginated.git
synced 2024-11-23 19:19:52 +00:00
20 lines
606 B
JSON
20 lines
606 B
JSON
|
{
|
||
|
"type": "package",
|
||
|
"name": "correl/elm-paginated",
|
||
|
"summary": "A library for fetching data from paginated JSON REST APIs.",
|
||
|
"license": "MIT",
|
||
|
"version": "3.0.1",
|
||
|
"exposed-modules": [
|
||
|
"Paginated"
|
||
|
],
|
||
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
||
|
"dependencies": {
|
||
|
"elm/core": "1.0.0 <= v < 2.0.0",
|
||
|
"elm/http": "1.0.0 <= v < 2.0.0",
|
||
|
"elm/json": "1.0.0 <= v < 2.0.0",
|
||
|
"elm/regex": "1.0.0 <= v < 2.0.0",
|
||
|
"elm/time": "1.0.0 <= v < 2.0.0",
|
||
|
"elm-community/maybe-extra": "5.0.0 <= v < 6.0.0"
|
||
|
},
|
||
|
"test-dependencies": {}
|
||
|
}
|