Advertisement
ravecat

elm.json

Apr 8th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1.  
  2. {
  3.     "type": "application",
  4.     "source-directories": [
  5.         "src"
  6.     ],
  7.     "elm-version": "0.19.1",
  8.     "dependencies": {
  9.         "direct": {
  10.             "elm/browser": "1.0.2",
  11.             "elm/core": "1.0.5",
  12.             "elm/html": "1.0.0",
  13.             "elm/json": "1.1.3"
  14.         },
  15.         "indirect": {
  16.             "elm/time": "1.0.0",
  17.             "elm/url": "1.0.0",
  18.             "elm/virtual-dom": "1.0.2"
  19.         }
  20.     },
  21.     "test-dependencies": {
  22.         "direct": {
  23.             "elm-explorations/test": "1.0.0"
  24.         },
  25.         "indirect": {
  26.             "elm/random": "1.0.0"
  27.         }
  28.     }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement