diff options
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" + } +} |