-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathelm.json
More file actions
30 lines (30 loc) · 1.1 KB
/
elm.json
File metadata and controls
30 lines (30 loc) · 1.1 KB
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
{
"type": "package",
"name": "dillonkearns/elm-review-html-to-elm",
"summary": "Generate Elm code from HTML strings using an elm-review fix.",
"license": "BSD-3-Clause",
"version": "2.0.1",
"exposed-modules": [
"HtmlToElm",
"HtmlToElm.Config"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.2 <= v < 2.0.0",
"elm/parser": "1.1.0 <= v < 2.0.0",
"elm/project-metadata-utils": "1.0.1 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm-community/dict-extra": "2.4.0 <= v < 3.0.0",
"erlandsona/assoc-set": "1.1.3 <= v < 2.0.0",
"jfmengels/elm-review": "2.9.1 <= v < 3.0.0",
"miniBill/elm-codec": "2.2.0 <= v < 3.0.0",
"pzp1997/assoc-list": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-hex": "1.0.0 <= v < 2.0.0",
"stil4m/elm-syntax": "7.3.7 <= v < 8.0.0",
"the-sett/elm-pretty-printer": "3.1.0 <= v < 4.0.0",
"the-sett/elm-syntax-dsl": "6.0.3 <= v < 7.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}