elm-matrix-sdk-alpha/elm.json

22 lines
702 B
JSON

{
"type": "package",
"name": "noordstar/elm-matrix-sdk",
"summary": "Matrix SDK written in Elm lang.",
"license": "EUPL-1.1",
"version": "1.0.0",
"source-directories": [
"src"
],
"exposed-modules": ["Matrix", "Matrix.Credentials", "Matrix.EventTypes", "Matrix.Room"],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/bytes": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/http": "2.0.0 <= v < 3.0.0",
"elm/json": "1.0.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}