Skip to content

Instantly share code, notes, and snippets.

@darkslategrey
Created January 8, 2019 23:47
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 darkslategrey/19540d09383f9fb628b06e2ec36391bc to your computer and use it in GitHub Desktop.
Save darkslategrey/19540d09383f9fb628b06e2ec36391bc to your computer and use it in GitHub Desktop.
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"dillonkearns/elm-graphql": "4.1.0",
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/http": "1.0.0",
"elm/json": "1.1.2"
},
"indirect": {
"Skinney/murmur3": "2.0.8",
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0",
"elm-community/list-extra": "8.1.0",
"lukewestby/elm-string-interpolate": "1.0.3"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.0.0"
},
"indirect": {
"elm/random": "1.0.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment