github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/elm/elm.json (about)

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