generated from dillonkearns/elm-package-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
elm.json
48 lines (48 loc) · 1.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"type": "package",
"name": "wolfadex/elm-open-api",
"summary": "Elm support for OpenAPI",
"license": "BSD-3-Clause",
"version": "1.2.0",
"exposed-modules": [
"OpenApi",
"OpenApi.Callback",
"OpenApi.Components",
"OpenApi.Contact",
"OpenApi.Discriminator",
"OpenApi.Encoding",
"OpenApi.Example",
"OpenApi.ExternalDocumentation",
"OpenApi.Header",
"OpenApi.Info",
"OpenApi.License",
"OpenApi.Link",
"OpenApi.MediaType",
"OpenApi.OauthFlow",
"OpenApi.Operation",
"OpenApi.Parameter",
"OpenApi.Path",
"OpenApi.Reference",
"OpenApi.RequestBody",
"OpenApi.Response",
"OpenApi.Schema",
"OpenApi.SecurityRequirement",
"OpenApi.SecurityScheme",
"OpenApi.Server",
"OpenApi.Server.Variable",
"OpenApi.Tag",
"OpenApi.Xml"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"NoRedInk/elm-json-decode-pipeline": "1.0.1 <= v < 2.0.0",
"dividat/elm-semver": "2.0.0 <= v < 3.0.0",
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm-community/json-extra": "4.3.0 <= v < 5.0.0",
"json-tools/json-schema": "1.0.2 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "2.1.1 <= v < 3.0.0"
}
}