-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathelm.json
More file actions
28 lines (28 loc) · 913 Bytes
/
elm.json
File metadata and controls
28 lines (28 loc) · 913 Bytes
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
{
"type": "package",
"name": "MacCASOutreach/graphicsvg",
"summary": "Beautiful scalable vector graphics (SVG) in Elm.",
"license": "BSD-3-Clause",
"version": "9.0.0",
"exposed-modules": [
"GraphicSVG",
"GraphicSVG.App",
"GraphicSVG.EllieApp",
"GraphicSVG.Widget",
"GraphicSVG.Secret"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "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.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"elm/virtual-dom": "1.0.0 <= v < 2.0.0",
"mpizenberg/elm-pointer-events": "4.0.0 <= v <= 5.0.0"
},
"test-dependencies": {}
}