elm-video/elm.json

28 lines
652 B
JSON
Raw Permalink Normal View History

2021-06-09 11:00:36 +02:00
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
2021-06-10 08:55:13 +02:00
"andrewMacmurray/elm-simple-animation": "2.1.0",
2021-06-09 11:00:36 +02:00
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
2021-06-09 16:30:21 +02:00
"elm/svg": "1.0.1",
2021-06-10 08:55:13 +02:00
"elm/time": "1.0.0",
2021-06-09 11:00:36 +02:00
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}