| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-17 17:08:00 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-17 17:08:00 +0100 | 
| commit | 883c92cfe2ca94321c995d1a12b44631e77b4518 (patch) | |
| tree | a2540280aec10300b0637e128270e0e4a52f56ed /src/battle | |
| parent | 22f9d35f6fc5a6961cbfc634f7a287754231ed43 (diff) | |
Woops, forgot the elm.json for the battle module.
Diffstat (limited to 'src/battle')
| -rw-r--r-- | src/battle/elm.json | 30 | 
1 files changed, 30 insertions, 0 deletions
| diff --git a/src/battle/elm.json b/src/battle/elm.json new file mode 100644 index 0000000..706bb2d --- /dev/null +++ b/src/battle/elm.json @@ -0,0 +1,30 @@ +{ +    "type": "application", +    "source-directories": [ +        "src", +        "../shared/elm" +    ], +    "elm-version": "0.19.0", +    "dependencies": { +        "direct": { +            "NoRedInk/elm-json-decode-pipeline": "1.0.0", +            "andrewMacmurray/elm-delay": "3.0.0", +            "elm/browser": "1.0.1", +            "elm/core": "1.0.2", +            "elm/html": "1.0.0", +            "elm/http": "2.0.0", +            "elm/json": "1.1.2", +            "elm/time": "1.0.0", +            "elm/url": "1.0.0" +        }, +        "indirect": { +            "elm/bytes": "1.0.7", +            "elm/file": "1.0.1", +            "elm/virtual-dom": "1.0.2" +        } +    }, +    "test-dependencies": { +        "direct": {}, +        "indirect": {} +    } +}
\ No newline at end of file | 


