dbio/elm-package.json

18 lines
475 B
JSON

{
"version": "1.0.0",
"summary": "",
"repository": "https://github.com/natjms/dbio.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/navigation": "2.0.0 <= v < 3.0.0",
"elm-community/html-extra": "2.2.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}