-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathelm-package.json
More file actions
26 lines (26 loc) · 985 Bytes
/
elm-package.json
File metadata and controls
26 lines (26 loc) · 985 Bytes
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
{
"version": "0.0.1",
"summary": "In The Company of Mario",
"repository": "https://github.com/Morendil/FunFun.git",
"license": "Whatever",
"source-directories": [
"."
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-lang/core": "2.0.1 <= v < 3.0.0",
"Apanatshka/elm-signal-extra" : "4.0.1 <= v < 5.0.0",
"jwmerrill/elm-animation-frame" : "1.0.3 <= v < 2.0.0",
"TheSeamau5/elm-check" : "3.0.1 <= v < 4.0.0",
"TheSeamau5/elm-shrink" : "2.2.0 <= v < 3.0.0",
"TheSeamau5/elm-random-extra" : "2.1.0 <= v < 3.0.0",
"deadfoxygrandpa/Elm-Test" : "1.0.4 <= v < 2.0.0",
"evancz/elm-svg" : "1.0.2 <= v < 2.0.0",
"evancz/elm-html" : "3.0.0 <= v < 4.0.0",
"evancz/virtual-dom" : "1.2.3 <= v < 2.0.0",
"Dandandan/Easing" : "1.0.3 <= v < 2.0.0",
"Morendil/Elm-Css" : "1.0.1 <= v < 2.0.0"
},
"elm-version": "0.15.0 <= v < 0.16.0"
}