-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
39 lines (39 loc) · 1.1 KB
/
elm.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
29
30
31
32
33
34
35
36
37
38
39
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"Zinggi/elm-2d-game": "4.0.0",
"Zinggi/elm-game-resources": "2.0.1",
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/json": "1.0.0",
"elm/random": "1.0.0",
"elm/svg": "1.0.1",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"mdgriffith/elm-ui": "1.1.0",
"miyamoen/select-list": "4.0.0",
"ohanhi/keyboard": "2.0.0",
"the-sett/elm-color": "1.0.1",
"timjs/elm-collage": "2.0.0",
"turboMaCk/any-dict": "1.0.1"
},
"indirect": {
"avh4/elm-color": "1.0.0",
"elm/virtual-dom": "1.0.0",
"elm-explorations/linear-algebra": "1.0.3",
"elm-explorations/webgl": "1.0.1"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.0.0"
},
"indirect": {}
}
}