elm-paginated/elm-package.json

19 lines
516 B
JSON
Raw Normal View History

2018-01-18 19:15:29 +00:00
{
2018-02-08 21:33:50 +00:00
"version": "3.0.1",
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/http": "1.0.0 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}