elm-paginated/elm-package.json
2018-01-18 14:30:55 -05:00

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"
}