-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathelm.json
More file actions
31 lines (31 loc) · 934 Bytes
/
elm.json
File metadata and controls
31 lines (31 loc) · 934 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
29
30
31
{
"type": "package",
"name": "mdgriffith/elm-codegen",
"summary": "A code generation library for Elm",
"license": "BSD-3-Clause",
"version": "6.0.3",
"exposed-modules": [
"Elm",
"Elm.Op",
"Elm.Annotation",
"Elm.Declare",
"Elm.Case",
"Elm.Let",
"Elm.ToString",
"Elm.Arg"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-hex": "1.0.0 <= v < 2.0.0",
"stil4m/elm-syntax": "7.1.0 <= v < 8.0.0",
"the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0"
},
"test-dependencies": {
"arowM/elm-multiline-string": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm-explorations/test": "2.0.0 <= v < 3.0.0",
"miniBill/elm-diff": "1.1.0 <= v < 2.0.0",
"wolfadex/elm-ansi": "3.0.0 <= v < 4.0.0"
}
}