aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
blob: 8f4f61e8674e04d1e89fa0b31b1d738b0f1bbd12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": "2.2.1",
  "summary": "cAtchVoid",
  "repository": "https://github.com/guyonvarch/catchvoid.git",
  "license": "BSD3",
  "source-directories": ["src"],
  "exposed-modules": [],
  "elm-version": "0.15.1 <= v < 0.16.0",
  "dependencies": {
    "elm-lang/core": "3.0.0 <= v < 4.0.0",
    "evancz/elm-html": "4.0.2 <= v < 5.0.0",
    "evancz/elm-svg": "2.0.1 <= v < 3.0.0"
  }
}