mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2025-01-06 03:54:33 +03:00
23 lines
588 B
JSON
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": {}
|
|
}
|