1{
2    "type": "application",
3    "source-directories": [
4        "src"
5    ],
6    "elm-version": "0.19.1",
7    "dependencies": {
8        "direct": {
9            "NoRedInk/elm-simple-fuzzy": "1.0.3",
10            "elm/browser": "1.0.1",
11            "elm/core": "1.0.0",
12            "elm/html": "1.0.0",
13            "elm/http": "1.0.0",
14            "elm/json": "1.1.3",
15            "elm/parser": "1.1.0",
16            "elm/svg": "1.0.1",
17            "elm/time": "1.0.0",
18            "elm/url": "1.0.0",
19            "elm-community/json-extra": "4.0.0",
20            "elm-community/list-extra": "8.1.0",
21            "elm-community/maybe-extra": "5.0.0",
22            "fapian/elm-html-aria": "1.4.0",
23            "krisajenkins/remotedata": "5.0.0",
24            "matthewsj/elm-ordering": "2.0.0",
25            "ryannhg/date-format": "2.3.0",
26            "truqu/elm-base64": "2.0.4",
27            "vito/elm-ansi": "9.0.1"
28        },
29        "indirect": {
30            "BrianHicks/elm-trend": "2.1.2",
31            "elm/regex": "1.0.0",
32            "elm/virtual-dom": "1.0.2",
33            "rtfeldman/elm-iso8601-date-strings": "1.1.2"
34        }
35    },
36    "test-dependencies": {
37        "direct": {
38            "elm-explorations/test": "1.2.1"
39        },
40        "indirect": {
41            "avh4/elm-fifo": "1.0.4",
42            "elm/random": "1.0.0",
43            "rtfeldman/elm-hex": "1.0.0"
44        }
45    }
46}
47