mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 17:52:33 +03:00
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
"type": "package",
|
|
"name": "ryannhg/elm-app",
|
|
"summary": "a way to build single page apps with Elm",
|
|
"license": "BSD-3-Clause",
|
|
"version": "1.0.0",
|
|
"exposed-modules": [
|
|
"App",
|
|
"App.Page",
|
|
"App.Types"
|
|
],
|
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
|
"dependencies": {
|
|
"elm/browser": "1.0.0 <= v < 2.0.0",
|
|
"elm/core": "1.0.0 <= v < 2.0.0",
|
|
"elm/html": "1.0.0 <= v < 2.0.0",
|
|
"elm/url": "1.0.0 <= v < 2.0.0"
|
|
},
|
|
"test-dependencies": {}
|
|
} |