elm-native-library/elm-native/elm.json
2023-02-26 16:51:44 +05:30

24 lines
642 B
JSON

{
"type": "package",
"name": "hariroshan/elm-native",
"summary": "Nativescript bindings to build mobile apps using elm",
"license": "BSD-3-Clause",
"version": "1.0.0",
"exposed-modules": [
"Native",
"Native.Attributes",
"Native.Frame",
"Native.Page",
"Native.Layout",
"Native.Event"
],
"elm-version": "0.19.0 <= v < 2.0.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"lobanov/elm-taskport": "2.0.1 <= v < 3.0.0"
},
"test-dependencies": {}
}