aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-07-06 00:16:45 +0200
committerJoris Guyonvarch2015-07-06 00:16:45 +0200
commit4ce9751c9e645916fdde71874c2cdadd252f32a0 (patch)
tree1014c58787231cbdc3ae2799f32127b40ab393ab /elm-package.json
downloadbudget-4ce9751c9e645916fdde71874c2cdadd252f32a0.tar.gz
budget-4ce9751c9e645916fdde71874c2cdadd252f32a0.tar.bz2
budget-4ce9751c9e645916fdde71874c2cdadd252f32a0.zip
Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/elm-package.json b/elm-package.json
new file mode 100644
index 0000000..e975976
--- /dev/null
+++ b/elm-package.json
@@ -0,0 +1,14 @@
+{
+ "version": "0.0.1",
+ "summary": "Payments",
+ "repository": "https://github.com/guyonvarch/payments.git",
+ "license": "BSD3",
+ "source-directories": ["src/client"],
+ "exposed-modules": ["Main"],
+ "elm-version": "0.15.0 <= v < 0.16.0",
+ "dependencies": {
+ "elm-lang/core": "2.0.1 <= v < 3.0.0",
+ "evancz/elm-html": "3.0.0 <= v < 4.0.0",
+ "evancz/elm-http": "1.0.0 <= v < 2.0.0"
+ }
+}