aboutsummaryrefslogtreecommitdiff
path: root/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/elm.json b/elm.json
new file mode 100644
index 0000000..4c4956d
--- /dev/null
+++ b/elm.json
@@ -0,0 +1,24 @@
1{
2 "type": "application",
3 "source-directories": [
4 "src"
5 ],
6 "elm-version": "0.19.1",
7 "dependencies": {
8 "direct": {
9 "elm/browser": "1.0.2",
10 "elm/core": "1.0.5",
11 "elm/html": "1.0.0",
12 "elm/time": "1.0.0"
13 },
14 "indirect": {
15 "elm/json": "1.1.3",
16 "elm/url": "1.0.0",
17 "elm/virtual-dom": "1.0.2"
18 }
19 },
20 "test-dependencies": {
21 "direct": {},
22 "indirect": {}
23 }
24}