Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created March 28, 2016 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/8d214e59a307f515bcf8 to your computer and use it in GitHub Desktop.
Save chuck0523/8d214e59a307f515bcf8 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": "3.0.0 <= v < 4.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
"evancz/start-app": "2.0.2 <= v < 3.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment