elm-native-library/nativescript-bind-elm/elm.json
2023-01-06 19:21:13 +05:30

23 lines
588 B
JSON

{
"type": "package",
"name": "hariroshan/elm-native",
"summary": "Nativescript bindings to build mobile apps using elm",
"license": "BSD-3-Clause",
"version": "0.1.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"
},
"test-dependencies": {}
}