forked from terezka/elm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
26 lines (26 loc) · 767 Bytes
/
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
{
"type": "package",
"name": "terezka/elm-charts",
"summary": "SVG charts components in Elm.",
"license": "BSD-3-Clause",
"version": "3.0.0",
"exposed-modules": [
"Chart.Attributes",
"Chart.Events",
"Chart.Item",
"Chart.Svg",
"Chart"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"K-Adam/elm-dom": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "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",
"ryannhg/date-format": "2.3.0 <= v < 3.0.0",
"terezka/intervals": "2.0.1 <= v < 3.0.0"
},
"test-dependencies": {}
}