dullbananas
/
elm-plist
Archived
1
0
Fork 0
This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues/pull-requests.
elm-plist/elm.json

26 lines
810 B
JSON

{
"type": "package",
"name": "dullbananas/elm-plist",
"summary": "Encoode and decode property lists",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"Plist",
"Plist.Encode"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"danfishgold/base64-bytes": "1.0.3 <= v < 2.0.0",
"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",
"elm-community/result-extra": "2.4.0 <= v < 3.0.0",
"hrldcpr/elm-cons": "3.1.0 <= v < 4.0.0",
"jinjor/elm-xml-parser": "2.0.0 <= v < 3.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.3 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}