forked from jxxcarlson/elm-review-codeinstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.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": "jxxcarlson/elm-review-codeinstaller",
"summary": "A set of rules for installing code in an existing Elm project.",
"license": "MIT",
"version": "13.0.0",
"exposed-modules": [
"Install",
"Install.ClauseInCase",
"Install.ElementToList",
"Install.FieldInTypeAlias",
"Install.Function.InsertFunction",
"Install.Function.ReplaceFunction",
"Install.Import",
"Install.Initializer",
"Install.InitializerCmd",
"Install.Subscription",
"Install.Type",
"Install.TypeVariant"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elmcraft/core-extra": "2.0.0 <= v < 3.0.0",
"jfmengels/elm-review": "2.13.0 <= v < 3.0.0",
"pzp1997/assoc-list": "1.0.0 <= v < 2.0.0",
"stil4m/elm-syntax": "7.2.9 <= v < 8.0.0"
},
"test-dependencies": {
"elm-explorations/test": "2.0.1 <= v < 3.0.0"
}
}