30 lines
948 B
JSON
30 lines
948 B
JSON
{
|
|
"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.4.0",
|
|
"exposed-modules": [
|
|
"Matrix",
|
|
"Matrix.Event",
|
|
"Matrix.Room",
|
|
"Matrix.Settings",
|
|
"Matrix.User"
|
|
],
|
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
|
"dependencies": {
|
|
"elm/core": "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/parser": "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",
|
|
"micahhahn/elm-safe-recursion": "2.0.0 <= v < 3.0.0",
|
|
"miniBill/elm-fast-dict": "1.0.0 <= v < 2.0.0",
|
|
"noordstar/elm-iddict": "1.0.1 <= v < 2.0.0"
|
|
},
|
|
"test-dependencies": {
|
|
"elm-explorations/test": "2.1.2 <= v < 3.0.0"
|
|
}
|
|
}
|