2018-08-29 02:41:08 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
|
|
|
"src",
|
2020-03-12 06:23:17 +03:00
|
|
|
"../src"
|
2018-08-29 02:41:08 +03:00
|
|
|
],
|
2020-03-12 06:09:32 +03:00
|
|
|
"elm-version": "0.19.1",
|
2018-08-29 02:41:08 +03:00
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"elm/browser": "1.0.0",
|
|
|
|
"elm/core": "1.0.0",
|
|
|
|
"elm/html": "1.0.0",
|
|
|
|
"elm/json": "1.0.0",
|
2018-09-17 19:16:11 +03:00
|
|
|
"elm/parser": "1.1.0",
|
|
|
|
"elm/random": "1.0.0",
|
|
|
|
"elm/time": "1.0.0",
|
|
|
|
"elm/virtual-dom": "1.0.0",
|
|
|
|
"elm-explorations/test": "1.1.0"
|
2018-08-29 02:41:08 +03:00
|
|
|
},
|
|
|
|
"indirect": {
|
|
|
|
"elm/url": "1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
|
|
|
"direct": {},
|
|
|
|
"indirect": {}
|
|
|
|
}
|
|
|
|
}
|