-
Notifications
You must be signed in to change notification settings - Fork 1
/
elm-package.json
35 lines (35 loc) · 1.09 KB
/
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
33
34
35
{
"version": "3.4.1",
"summary": "A Styled ARIA HTML Widget Collection",
"repository": "https://github.com/alvivi/elm-widgets.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"Widgets.Dialog",
"Widgets.Dialog.Attributes",
"Widgets.Dialog.Elements",
"Widgets.Dialog.State",
"Widgets.Form",
"Widgets.Form.Attributes",
"Widgets.Form.Elements",
"Widgets.ListBox",
"Widgets.ListBox.Attributes",
"Widgets.ListBox.Elements",
"Widgets.ListBox.State",
"Widgets.MenuButton",
"Widgets.Normalize",
"Widgets.Themes.Mint"
],
"dependencies": {
"alvivi/elm-css-aria": "2.0.0 <= v < 3.0.0",
"alvivi/elm-keyword-list": "1.0.1 <= v < 2.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/keyboard": "1.0.1 <= v < 2.0.0",
"rtfeldman/elm-css": "14.0.0 <= v < 15.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}