2018-11-05 21:06:03 +03:00
|
|
|
{
|
|
|
|
"type": "application",
|
|
|
|
"source-directories": [
|
2019-07-31 00:18:52 +03:00
|
|
|
".",
|
2018-11-06 15:08:20 +03:00
|
|
|
"../src",
|
2019-07-31 00:18:52 +03:00
|
|
|
"../../elm-lint-reporter/src"
|
2018-11-05 21:06:03 +03:00
|
|
|
],
|
|
|
|
"elm-version": "0.19.0",
|
|
|
|
"dependencies": {
|
|
|
|
"direct": {
|
|
|
|
"elm/browser": "1.0.1",
|
|
|
|
"elm/core": "1.0.0",
|
|
|
|
"elm/html": "1.0.0",
|
2019-06-07 20:52:17 +03:00
|
|
|
"elm/regex": "1.0.0",
|
|
|
|
"elm-community/list-extra": "8.2.0",
|
2018-11-22 21:19:19 +03:00
|
|
|
"mgold/elm-nonempty-list": "4.0.0",
|
2018-11-06 15:08:20 +03:00
|
|
|
"stil4m/elm-syntax": "7.0.2"
|
2018-11-05 21:06:03 +03:00
|
|
|
},
|
|
|
|
"indirect": {
|
2018-11-06 15:08:20 +03:00
|
|
|
"elm/json": "1.0.0",
|
2018-11-05 21:12:38 +03:00
|
|
|
"elm/parser": "1.1.0",
|
2018-11-22 21:19:19 +03:00
|
|
|
"elm/random": "1.0.0",
|
2018-11-05 21:06:03 +03:00
|
|
|
"elm/time": "1.0.0",
|
|
|
|
"elm/url": "1.0.0",
|
2018-11-05 21:12:38 +03:00
|
|
|
"elm/virtual-dom": "1.0.2",
|
|
|
|
"elm-community/json-extra": "4.0.0",
|
|
|
|
"rtfeldman/elm-hex": "1.0.0",
|
|
|
|
"rtfeldman/elm-iso8601-date-strings": "1.1.2",
|
|
|
|
"stil4m/structured-writer": "1.0.2"
|
2018-11-05 21:06:03 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"test-dependencies": {
|
|
|
|
"direct": {},
|
|
|
|
"indirect": {}
|
|
|
|
}
|
|
|
|
}
|