-
Notifications
You must be signed in to change notification settings - Fork 2
/
elm.json
45 lines (45 loc) · 1.42 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
44
45
{
"type": "package",
"name": "shamansir/tron-gui",
"summary": "Tron: Minimal Universal GUI",
"license": "BSD-3-Clause",
"version": "13.1.0",
"exposed-modules": [
"WithTron",
"WithTron.ValueAt",
"Tron",
"Tron.Build",
"Tron.Option.Render",
"Tron.Option.Communication",
"Tron.Tree",
"Tron.Tree.Random",
"Tron.Tree.Build.Any",
"Tron.Tree.Build.Unit",
"Tron.Tree.Expose.Data",
"Tron.Tree.Expose.GenUI",
"Tron.Control.Value",
"Tron.Style.Theme",
"Tron.Style.Dock",
"Tron.Style.PanelShape",
"Tron.Style.CellShape"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"JohnBugner/elm-matrix": "1.0.0 <= v < 2.0.0",
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/random": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"elm-community/dict-extra": "2.4.0 <= v < 3.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
"pdamoc/elm-hashids": "1.0.4 <= v < 2.0.0",
"shamansir/genui": "5.0.0 <= v < 6.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}