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",
|
2024-06-05 15:41:11 +00:00
|
|
|
"version": "3.3.1",
|
2023-12-14 13:23:29 +00:00
|
|
|
"exposed-modules": [
|
|
|
|
"Matrix",
|
2023-12-24 10:36:34 +00:00
|
|
|
"Matrix.Event",
|
2024-04-26 09:31:35 +00:00
|
|
|
"Matrix.Room",
|
2024-03-29 10:52:12 +00:00
|
|
|
"Matrix.Settings",
|
2024-04-12 12:59:52 +00:00
|
|
|
"Matrix.User"
|
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",
|
2024-05-10 13:26:18 +00:00
|
|
|
"elm/http": "2.0.0 <= v < 3.0.0",
|
2023-12-14 14:29:05 +00:00
|
|
|
"elm/json": "1.0.0 <= v < 2.0.0",
|
2024-03-29 06:13:06 +00:00
|
|
|
"elm/parser": "1.0.0 <= v < 2.0.0",
|
2023-12-15 22:55:03 +00:00
|
|
|
"elm/time": "1.0.0 <= v < 2.0.0",
|
2024-05-10 13:26:18 +00:00
|
|
|
"elm/url": "1.0.0 <= v < 2.0.0",
|
2024-01-29 20:42:33 +00:00
|
|
|
"micahhahn/elm-safe-recursion": "2.0.0 <= v < 3.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
|
|
|
},
|
2023-12-20 12:26:21 +00:00
|
|
|
"test-dependencies": {
|
|
|
|
"elm-explorations/test": "2.1.2 <= v < 3.0.0"
|
|
|
|
}
|
2023-12-07 20:35:48 +00:00
|
|
|
}
|