aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
blob: 3552bc1a9574003dd722c3fbf8d13f13c8ac6d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version": "2.2.1",
  "summary": "cAtchVoid",
  "repository": "https://github.com/guyonvarch/catchvoid.git",
  "license": "BSD3",
  "source-directories": ["src"],
  "exposed-modules": [],
  "elm-version": "0.17.1 <= v < 0.18.0",
  "dependencies": {
    "elm-lang/core": "4.0.5 <= v < 5.0.0",
    "elm-lang/html": "1.1.0 <= v < 2.0.0",
    "elm-lang/svg": "1.1.1 <= v < 2.0.0",
    "elm-lang/keyboard": "1.0.0 <= v < 2.0.0",
    "mgold/elm-random-pcg": "3.0.1 <= v < 4.0.0",
    "ohanhi/keyboard-extra": "1.1.0 <= v < 2.0.0"
  }
}