2019-08-03 07:19:02 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
|
|
|
"src",
|
2019-09-16 02:05:40 +03:00
|
|
|
"../../src",
|
2019-08-25 05:33:33 +03:00
|
|
|
"gen",
|
|
|
|
"elm-markdown-parser"
|
2019-08-03 07:19:02 +03:00
|
|
|
],
|
|
|
|
"elm-version": "0.19.0",
|
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
2019-08-09 04:14:25 +03:00
|
|
|
"avh4/elm-color": "1.0.0",
|
2019-09-20 00:21:06 +03:00
|
|
|
"dillonkearns/elm-oembed": "1.0.0",
|
2019-08-03 07:19:02 +03:00
|
|
|
"elm/browser": "1.0.1",
|
|
|
|
"elm/core": "1.0.2",
|
|
|
|
"elm/html": "1.0.0",
|
2019-08-17 16:06:42 +03:00
|
|
|
"elm/http": "2.0.0",
|
2019-08-03 07:19:02 +03:00
|
|
|
"elm/json": "1.1.3",
|
2019-08-25 05:33:33 +03:00
|
|
|
"elm/parser": "1.1.0",
|
2019-08-04 20:33:05 +03:00
|
|
|
"elm/svg": "1.0.1",
|
2019-08-03 07:19:02 +03:00
|
|
|
"elm/url": "1.0.0",
|
2019-09-20 00:21:06 +03:00
|
|
|
"elm-community/list-extra": "8.2.2",
|
2019-08-03 07:19:02 +03:00
|
|
|
"elm-community/result-extra": "2.2.1",
|
2019-08-11 00:25:31 +03:00
|
|
|
"elm-community/string-extra": "4.0.1",
|
2019-08-03 07:19:02 +03:00
|
|
|
"elm-explorations/markdown": "1.0.0",
|
2019-09-10 01:17:19 +03:00
|
|
|
"justinmimbs/date": "3.1.2",
|
2019-09-20 00:21:06 +03:00
|
|
|
"lukewestby/elm-string-interpolate": "1.0.4",
|
2019-08-03 07:19:02 +03:00
|
|
|
"mdgriffith/elm-markup": "3.0.1",
|
2019-09-20 00:21:06 +03:00
|
|
|
"mdgriffith/elm-ui": "1.1.5",
|
2019-08-25 05:33:33 +03:00
|
|
|
"noahzgordon/elm-color-extra": "1.0.2",
|
|
|
|
"rtfeldman/elm-hex": "1.0.0"
|
2019-08-03 07:19:02 +03:00
|
|
|
},
|
|
|
|
"indirect": {
|
2019-08-17 16:06:42 +03:00
|
|
|
"elm/bytes": "1.0.8",
|
|
|
|
"elm/file": "1.0.5",
|
2019-08-03 07:19:02 +03:00
|
|
|
"elm/regex": "1.0.0",
|
|
|
|
"elm/time": "1.0.0",
|
2019-08-09 22:10:15 +03:00
|
|
|
"elm/virtual-dom": "1.0.2",
|
|
|
|
"fredcy/elm-parseint": "2.0.1"
|
2019-08-03 07:19:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"elm-explorations/test": "1.2.2"
|
|
|
|
},
|
|
|
|
"indirect": {
|
|
|
|
"elm/random": "1.0.0"
|
|
|
|
}
|
|
|
|
}
|
2019-09-24 02:11:59 +03:00
|
|
|
}
|