-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathelm-package.json
36 lines (36 loc) · 1.1 KB
/
elm-package.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
{
"version": "6.1.1",
"summary": "Demo to support ellie examples. Code generated by Graphqelm.",
"repository": "https://github.com/dillonkearns/graphqelm-demo.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"Swapi.Query",
"Swapi.Mutation",
"Swapi.Subscription",
"Swapi.Object",
"Swapi.Interface",
"Swapi.Scalar",
"Swapi.Union",
"Swapi.Enum.Phrase",
"Swapi.Enum.Episode",
"Swapi.Enum.Language",
"Swapi.Object.ChatMessage",
"Swapi.InputObject.Greeting",
"Swapi.InputObject.GreetingOptions",
"Swapi.Interface.Character",
"Swapi.Union.CharacterUnion",
"Swapi.Object.Droid",
"Swapi.Object.Human"
],
"dependencies": {
"dillonkearns/graphqelm": "10.2.0 <= v < 11.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"krisajenkins/remotedata": "4.3.1 <= v < 5.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}