-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathelm.json
43 lines (43 loc) · 1.28 KB
/
elm.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
36
37
38
39
40
41
42
43
{
"type": "package",
"name": "lue-bird/elm-state-interface",
"summary": "define an app in a simple, safe and declarative way",
"license": "MIT",
"version": "2.0.4",
"exposed-modules": [
"Web",
"Web.Http",
"Web.Dom",
"Web.Svg",
"Web.Time",
"Web.Console",
"Web.Window",
"Web.Navigation",
"Web.Random",
"Web.FileDownload",
"Web.Clipboard",
"Web.Audio",
"Web.Audio.Parameter",
"Web.Socket",
"Web.LocalStorage",
"Web.GeoLocation",
"Web.Gamepads",
"Web.Notification"
],
"elm-version": "0.19.1 <= v < 20.0.0",
"dependencies": {
"elm/bytes": "1.0.8 <= v < 2.0.0",
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"ianmackenzie/elm-units": "2.10.0 <= v < 3.0.0",
"lue-bird/elm-no-record-type-alias-constructor-function": "1.0.8 <= v < 2.0.0",
"lydell/elm-app-url": "1.0.4 <= v < 2.0.0",
"miniBill/elm-fast-dict": "1.1.0 <= v < 2.0.0",
"miniBill/elm-rope": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "2.2.0 <= v < 3.0.0"
}
}