diff options
author | Joris Guyonvarch | 2015-07-06 00:16:45 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-06 00:16:45 +0200 |
commit | 4ce9751c9e645916fdde71874c2cdadd252f32a0 (patch) | |
tree | 1014c58787231cbdc3ae2799f32127b40ab393ab /elm-package.json |
Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 14 |
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" + } +} |