| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-22 10:47:01 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-22 10:47:01 +0100 | 
| commit | 5f9384a442531b7133cce4edc07edffb0729c3d7 (patch) | |
| tree | e8bb40140e2cf84b05a0e5313e2d2b21637c5118 /src/map-editor/elm.json | |
| parent | 0f2bae1ecdf08aec43b129994ac87570ef42e1f3 (diff) | |
Converts map-editor, JSON broken, dep. updates...
Diffstat (limited to 'src/map-editor/elm.json')
| -rw-r--r-- | src/map-editor/elm.json | 29 | 
1 files changed, 29 insertions, 0 deletions
| 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 | 


