From 237e5a622e35b615675f77a0dd071f11737116e7 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Thu, 1 Jun 2017 21:13:58 -0700 Subject: [PATCH] Added some dependencies. --- elm-package.json | 15 +++++++++++++++ package.json | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 elm-package.json diff --git a/elm-package.json b/elm-package.json new file mode 100644 index 0000000..f5ba1c5 --- /dev/null +++ b/elm-package.json @@ -0,0 +1,15 @@ +{ + "version": "1.0.0", + "summary": "helpful summary of your project, less than 80 characters", + "repository": "https://github.com/user/project.git", + "license": "BSD3", + "source-directories": [ + "." + ], + "exposed-modules": [], + "dependencies": { + "elm-lang/core": "5.1.1 <= v < 6.0.0", + "elm-lang/html": "2.0.0 <= v < 3.0.0" + }, + "elm-version": "0.18.0 <= v < 0.19.0" +} diff --git a/package.json b/package.json index 830d8c5..e8726c2 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,8 @@ "bugs": { "url": "https://github.com/bobjohnbob/elmman/issues" }, - "homepage": "https://github.com/bobjohnbob/elmman#readme" + "homepage": "https://github.com/bobjohnbob/elmman#readme", + "dependencies": { + "elm": "^0.18.0" + } }