-
-
Save Dobiasd/df75cc6fcfb2342f7209 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.0", | |
"summary": "post test", | |
"repository": "https://github.com/USER/PROJECT.git", | |
"license": "proprietary", | |
"source-directories": [ | |
"src/elm" | |
], | |
"exposed-modules": [], | |
"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" | |
}, | |
"elm-version": "0.15.0 <= v < 0.16.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment