-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathelm.json
29 lines (29 loc) · 984 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
27
28
29
{
"type": "package",
"name": "goyalarchit/elm-dagre",
"summary": "Sugiyama Style graph drawing in pure elm.",
"license": "BSD-3-Clause",
"version": "4.0.1",
"exposed-modules": [
"Render",
"Render.Types",
"Render.StandardDrawers",
"Render.StandardDrawers.Types",
"Render.StandardDrawers.Attributes",
"Dagre",
"Dagre.Attributes"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"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-community/graph": "6.0.0 <= v < 7.0.0",
"elm-community/intdict": "3.0.0 <= v < 4.0.0",
"elm-community/list-extra": "8.5.1 <= v < 9.0.0",
"elm-community/typed-svg": "7.0.0 <= v < 8.0.0",
"folkertdev/one-true-path-experiment": "6.0.0 <= v < 7.0.0"
},
"test-dependencies": {}
}