2018-01-18 19:15:29 +00:00
|
|
|
{
|
2018-01-23 15:20:28 +00:00
|
|
|
"version": "3.0.0",
|
2018-01-18 19:15:29 +00:00
|
|
|
"summary": "A library for fetching data from paginated JSON REST APIs.",
|
|
|
|
"repository": "https://github.com/correl/elm-paginated.git",
|
2018-01-22 18:17:19 +00:00
|
|
|
"license": "MIT",
|
2018-01-18 19:15:29 +00:00
|
|
|
"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"
|
|
|
|
}
|