summaryrefslogtreecommitdiffstats
path: root/elm-package.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/elm-package.json b/elm-package.json
new file mode 100644
index 0000000..19e9b02
--- /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": [
+ "src/elm"
+ ],
+ "exposed-modules": [],
+ "dependencies": {
+ "elm-lang/core": "4.0.5 <= v < 5.0.0",
+ "elm-lang/html": "1.1.0 <= v < 2.0.0"
+ },
+ "elm-version": "0.17.1 <= v < 0.18.0"
+}