From 5f9384a442531b7133cce4edc07edffb0729c3d7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 22 Dec 2018 10:47:01 +0100 Subject: Converts map-editor, JSON broken, dep. updates... --- src/map-editor/elm.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/map-editor/elm.json (limited to 'src/map-editor/elm.json') diff --git a/src/map-editor/elm.json b/src/map-editor/elm.json new file mode 100644 index 0000000..cd41660 --- /dev/null +++ b/src/map-editor/elm.json @@ -0,0 +1,29 @@ +{ + "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.2", + "elm/html": "1.0.0", + "elm/http": "2.0.0", + "elm/json": "1.1.2", + "elm/url": "1.0.0" + }, + "indirect": { + "elm/bytes": "1.0.7", + "elm/file": "1.0.1", + "elm/time": "1.0.0", + "elm/virtual-dom": "1.0.2" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2