22 lines
501 B
JSON
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"
|
|
}
|
|
}
|
|
}
|