summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-22 09:26:35 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-22 09:26:35 +0100 |
commit | 4b81d2114f0677da56157e14d9174afb61139067 (patch) | |
tree | 7eed21ece4ca5e144b9d3604d4650c4334e5a26b /src/main-menu/elm.json | |
parent | 6f7fb373813862c97ff657d3db62b882c29982e3 (diff) |
Converts the main-menu module.
Diffstat (limited to 'src/main-menu/elm.json')
-rw-r--r-- | src/main-menu/elm.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/main-menu/elm.json b/src/main-menu/elm.json new file mode 100644 index 0000000..20622be --- /dev/null +++ b/src/main-menu/elm.json @@ -0,0 +1,27 @@ +{ + "type": "application", + "source-directories": [ + "src", + "../shared/elm" + ], + "elm-version": "0.19.0", + "dependencies": { + "direct": { + "NoRedInk/elm-json-decode-pipeline": "1.0.0", + "elm/browser": "1.0.1", + "elm/core": "1.0.0", + "elm/html": "1.0.0", + "elm/http": "1.0.0", + "elm/json": "1.1.2", + "elm/url": "1.0.0" + }, + "indirect": { + "elm/time": "1.0.0", + "elm/virtual-dom": "1.0.2" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +} |