-
Notifications
You must be signed in to change notification settings - Fork 75
/
elm-package.json
32 lines (32 loc) · 929 Bytes
/
elm-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "2.0.0",
"summary": "Experimental support for writing React Native powered mobile applications",
"repository": "https://github.com/ohanhi/elm-native-ui.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"NativeUi",
"NativeUi.Alert",
"NativeUi.Image",
"NativeUi.Style",
"NativeUi.Elements",
"NativeUi.Properties",
"NativeUi.Events",
"NativeUi.AsyncStorage",
"NativeUi.ListView",
"NativeUi.NavigationExperimental",
"NativeApi.Animated",
"NativeApi.Dimensions",
"NativeApi.NavigationStateUtil",
"NativeApi.Platform",
"NativeApi.StyleSheet",
"NativeApi.PushNotificationIOS"
],
"native-modules": true,
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}