-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathelm-package.json
44 lines (44 loc) · 1.14 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
37
38
39
40
41
42
43
44
{
"version": "27.4.0",
"summary": "A collection of functions missing from the core.",
"repository": "https://github.com/krisajenkins/elm-exts.git",
"license": "MIT",
"source-directories": [
"src"
],
"exposed-modules": [
"Exts.Array",
"Exts.Basics",
"Exts.Date",
"Exts.Delta",
"Exts.Dict",
"Exts.Float",
"Exts.Function",
"Exts.Html.Attributes",
"Exts.Html.Bootstrap.Glyphicons",
"Exts.Html.Bootstrap",
"Exts.Html.Events",
"Exts.Html.Table",
"Exts.Html",
"Exts.Http",
"Exts.Int",
"Exts.Json.Decode",
"Exts.Json.Encode",
"Exts.LatLng",
"Exts.List",
"Exts.Maybe",
"Exts.Result",
"Exts.Set",
"Exts.String",
"Exts.Task",
"Exts.Tuple",
"Exts.Validation"
],
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/trampoline": "1.0.1 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}