mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-04 17:02:49 +03:00
24 lines
642 B
JSON
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": {}
|
|
}
|