elm-matrix-sdk-beta/elm.json

30 lines
948 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": "3.5.0",
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",
"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",
2024-06-13 17:47:39 +00:00
"miniBill/elm-fast-dict": "1.0.0 <= v < 2.0.0",
"noordstar/elm-iddict": "1.0.1 <= 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
}