summaryrefslogtreecommitdiff
path: root/elm3/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm3/elm.json')
-rw-r--r--elm3/elm.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/elm3/elm.json b/elm3/elm.json
deleted file mode 100644
index 6867e2b1..00000000
--- a/elm3/elm.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "type": "application",
- "source-directories": [
- "."
- ],
- "elm-version": "0.19.1",
- "dependencies": {
- "direct": {
- "elm/browser": "1.0.1",
- "elm/core": "1.0.2",
- "elm/file": "1.0.1",
- "elm/html": "1.0.0",
- "elm/http": "2.0.0",
- "elm/json": "1.1.2",
- "elm/regex": "1.0.0",
- "justinmimbs/date": "3.1.2"
- },
- "indirect": {
- "elm/bytes": "1.0.3",
- "elm/parser": "1.1.0",
- "elm/time": "1.0.0",
- "elm/url": "1.0.0",
- "elm/virtual-dom": "1.0.2"
- }
- },
- "test-dependencies": {
- "direct": {},
- "indirect": {}
- }
-}