rpncalc/elm-package.json

22 lines
754 B
JSON

{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
"source-directories": [
"./src"
],
"exposed-modules": [],
"dependencies": {
"Bogdanp/elm-combine": "3.1.1 <= v < 4.0.0",
"elm-community/list-split": "1.0.2 <= v < 2.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"fiatjaf/hashbow-elm": "1.0.0 <= v < 2.0.0",
"gilbertkennen/bigint": "1.0.1 <= v < 2.0.0",
"kintail/input-widget": "1.0.6 <= v < 2.0.0",
"mgold/elm-nonempty-list": "3.1.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}