You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
683 B
23 lines
683 B
{
|
|
"type": "package",
|
|
"name": "agu-z/elm-zip",
|
|
"summary": "Read and write ZIP archives using pure Elm.",
|
|
"license": "BSD-3-Clause",
|
|
"version": "3.0.1",
|
|
"exposed-modules": [
|
|
"Zip",
|
|
"Zip.Entry"
|
|
],
|
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
|
"dependencies": {
|
|
"elm/bytes": "1.0.8 <= v < 2.0.0",
|
|
"elm/core": "1.0.0 <= v < 2.0.0",
|
|
"elm/time": "1.0.0 <= v < 2.0.0",
|
|
"folkertdev/elm-flate": "2.0.5 <= v < 3.0.0",
|
|
"justinmimbs/time-extra": "1.1.0 <= v < 2.0.0"
|
|
},
|
|
"test-dependencies": {
|
|
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
|
|
"jxxcarlson/hex": "4.0.0 <= v < 5.0.0"
|
|
}
|
|
}
|
|
|