-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathelm.json
33 lines (33 loc) · 1.05 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
{
"type": "package",
"name": "blissfully/elm-chartjs-webcomponent",
"summary": "Elm interface to include Chartjs in your UI via a web component.",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"Chartjs.Chart",
"Chartjs.Common",
"Chartjs.Data",
"Chartjs.Options",
"Chartjs.DataSets.Bar",
"Chartjs.DataSets.DoughnutAndPie",
"Chartjs.DataSets.Line",
"Chartjs.Options.Animations",
"Chartjs.Options.Elements",
"Chartjs.Options.Layout",
"Chartjs.Options.Legend",
"Chartjs.Options.Scales",
"Chartjs.Options.Title",
"Chartjs.Options.Tooltips"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.2 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2 <= v < 2.0.0"
},
"test-dependencies": {}
}