aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
blob: b433fb2072a3184bc2406a5f21e5cedf3703c801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "version": "0.0.1",
  "summary": "SharedCost",
  "repository": "https://github.com/guyonvarch/sharedCost.git",
  "license": "BSD3",
  "source-directories": ["src/client/elm"],
  "exposed-modules": [],
  "elm-version": "0.15.1 <= v < 0.16.0",
  "dependencies": {
    "elm-lang/core": "2.1.0 <= v < 3.0.0",
    "evancz/elm-html": "4.0.1 <= v < 5.0.0",
    "evancz/elm-http": "1.0.0 <= v < 2.0.0"
  },
  "native-modules": true
}