Files
elm-0.19-workshop/elm.json
2018-03-03 17:18:03 -08:00

22 lines
501 B
JSON

{
"type": "browser",
"source-directories": [
"."
],
"elm-version": "0.19.0",
"dependencies": {
"elm-lang/browser": "1.0.0",
"elm-lang/core": "6.0.0",
"elm-lang/html": "3.0.0",
"elm-lang/http": "2.0.0",
"elm-lang/json": "1.0.0"
},
"test-dependencies": {},
"do-not-edit-this-by-hand": {
"transitive-dependencies": {
"elm-lang/url": "1.0.0",
"elm-lang/virtual-dom": "3.0.0"
}
}
}