servant-elm-0.6.0.0: test/elm-sources/elm.json
{
"type": "application",
"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": {
"direct": {
"elm/core": "1.0.2",
"elm/json": "1.1.3",
"elm/http": "2.0.0",
"elm/url": "1.0.0",
"bartavelle/json-helpers": "2.0.2"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/time": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
},
"elm-version": "0.19.0"
}