-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
elm.json
49 lines (49 loc) · 1.54 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
46
47
48
49
{
"type": "package",
"name": "adius/vectual",
"summary": "Open source charting library",
"license": "AGPL-3.0",
"version": "5.0.0",
"exposed-modules": [
"Stylus.Parser",
"TimeUtils.Compare",
"TimeUtils.Config",
"TimeUtils.Config.Configs",
"TimeUtils.Core",
"TimeUtils.Create",
"TimeUtils.Duration",
"TimeUtils.Field",
"TimeUtils.Format",
"TimeUtils.Period",
"TimeUtils.Time",
"TimeUtils.TimeUnit",
"TimeUtils.TwelveHourClock",
"TimeUtils.TypeAlias",
"TimeUtils.Utils",
"Vectual",
"Vectual.BarChart",
"Vectual.BarChartStacked",
"Vectual.CoordinateSystem",
"Vectual.Helpers",
"Vectual.PieChart",
"Vectual.Types"
],
"elm-version": "0.19.1 <= v < 0.20.0",
"dependencies": {
"danhandrea/elm-time-extra": "1.1.0 <= v < 2.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/parser": "1.1.0 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
"ianmackenzie/elm-geometry": "3.9.0 <= v < 4.0.0",
"ianmackenzie/elm-units": "2.7.0 <= v < 3.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.3 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 3.0.0"
}
}