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