Skip to content

Instantly share code, notes, and snippets.

@martinos

martinos/- Secret

Created November 19, 2015 23:01
Show Gist options
  • Save martinos/c89634bddcdda86038c4 to your computer and use it in GitHub Desktop.
Save martinos/c89634bddcdda86038c4 to your computer and use it in GitHub Desktop.
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/USER/PROJECT.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "2.1.0 <= v < 3.0.0",
"evancz/elm-html": "4.0.1 <= v < 5.0.0",
"evancz/elm-http": "1.0.0 <= v < 2.0.0",
"evancz/elm-markdown": "1.1.5 <= v < 2.0.0",
"evancz/start-app": "1.0.1 <= v < 2.0.0"
},
"elm-version": "0.15.1 <= v < 0.16.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment