elm-matrix-sdk-beta/elm.json

24 lines
729 B
JSON
Raw Normal View History

2023-12-07 20:35:48 +00:00
{
"type": "package",
"name": "noordstar/elm-matrix-sdk-beta",
"summary": "Matrix SDK for instant communication. Unstable beta version for testing only.",
"license": "EUPL-1.1",
"version": "1.0.0",
2023-12-14 13:23:29 +00:00
"exposed-modules": [
"Matrix",
2023-12-15 23:28:14 +00:00
"Internal.Config.Default",
2023-12-14 17:35:27 +00:00
"Internal.Tools.Hashdict",
2023-12-15 14:03:01 +00:00
"Internal.Tools.Iddict",
2023-12-15 22:55:03 +00:00
"Internal.Tools.Timestamp",
2023-12-15 14:03:01 +00:00
"Internal.Tools.VersionControl"
2023-12-14 13:23:29 +00:00
],
2023-12-07 20:35:48 +00:00
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
2023-12-14 13:23:29 +00:00
"elm/core": "1.0.0 <= v < 2.0.0",
2023-12-14 14:29:05 +00:00
"elm/json": "1.0.0 <= v < 2.0.0",
2023-12-15 22:55:03 +00:00
"elm/time": "1.0.0 <= v < 2.0.0",
2023-12-14 13:23:29 +00:00
"miniBill/elm-fast-dict": "1.0.0 <= v < 2.0.0"
2023-12-07 20:35:48 +00:00
},
"test-dependencies": {}
}