forked from mordrax/cotwelm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm-package.json
36 lines (36 loc) · 1.46 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
29
30
31
32
33
34
35
36
{
"version": "0.0.1",
"summary": "Castle of the Winds",
"repository": "https://github.com/mordrax/cotwelm.git",
"license": "BSD3",
"source-directories": [
".",
"src"
],
"exposed-modules": [],
"dependencies": {
"Gizra/elm-all-set": "1.0.0 <= v < 2.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"Skinney/elm-array-exploration": "1.0.0 <= v < 2.0.0",
"eeue56/elm-all-dict": "2.0.1 <= v < 3.0.0",
"elm-community/elm-time": "1.0.9 <= v < 2.0.0",
"elm-community/list-extra": "4.0.0 <= v < 5.0.0",
"elm-community/maybe-extra": "3.0.0 <= v < 4.0.0",
"elm-community/random-extra": "2.0.0 <= v < 3.0.0",
"elm-community/string-extra": "1.1.1 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/keyboard": "1.0.1 <= v < 2.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
"elm-lang/navigation": "2.0.0 <= v < 3.0.0",
"elm-lang/window": "1.0.1 <= v < 2.0.0",
"evancz/url-parser": "2.0.0 <= v < 3.0.0",
"kress95/random-pcg-extra": "1.0.1 <= v < 2.0.0",
"krisajenkins/elm-astar": "2.0.4 <= v < 3.0.0",
"mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0",
"ohanhi/keyboard-extra": "2.1.0 <= v < 3.0.0",
"rtfeldman/elm-css": "8.2.0 <= v < 9.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}