-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package.json
28 lines (28 loc) · 1.04 KB
/
elm-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "1.0.0",
"summary": "The GUI for BOSH",
"repository": "https://github.com/dozer-io/bosh-gui.git",
"license": "APLv2",
"source-directories": [
"src",
"test"
],
"exposed-modules": [],
"dependencies": {
"NoRedInk/elm-decode-pipeline": "1.1.2 <= v < 2.0.0",
"NoRedInk/elm-string-extra": "1.3.1 <= v < 2.0.0",
"NoRedInk/elm-task-extra": "2.0.0 <= v < 3.0.0",
"debois/elm-mdl": "7.6.0 <= v < 8.0.0",
"elm-community/elm-test": "1.1.0 <= v < 2.0.0",
"elm-community/list-extra": "3.0.0 <= v < 4.0.0",
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"elm-lang/navigation": "1.0.0 <= v < 2.0.0",
"evancz/elm-http": "3.0.1 <= v < 4.0.0",
"jinjor/elm-time-travel": "1.0.13 <= v < 2.0.0",
"rogeriochaves/elm-test-bdd-style": "4.0.0 <= v < 5.0.0",
"sporto/erl": "10.0.0 <= v < 11.0.0",
"truqu/elm-base64": "1.0.4 <= v < 2.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}