diff options
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/elm-package.json b/elm-package.json new file mode 100644 index 0000000..751c934 --- /dev/null +++ b/elm-package.json @@ -0,0 +1,15 @@ +{ + "version": "2.2.1", + "summary": "", + "description": "", + "license": "BSD3", + "source-directories": [ + "src" + ], + "exposed-modules": [], + "dependencies": { + "elm-lang/core": "1.0.0 <= v < 2.0.0", + "evancz/elm-html": "1.0.0 <= v < 2.0.0" + }, + "repository": "https://github.com/guyonvarch/catchvoid.git" +} |