alertmanager/elm-package.json
stuart nelson 8a82068b2b Upgrade to elm 0.18
That took a while to fix. Some things are still
broken, and it seems like there's an infinite loop
or something that kills the site when going to the
non-existent alerts route. Something with the
redirect is funny, too.

- Fix redirect (top level with no hash should go
to alerts)
2016-11-22 23:45:31 +01:00

19 lines
574 B
JSON

{
"version": "1.0.0",
"summary": "Redesigned and reimplemented UI for Alertmanager.",
"repository": "https://github.com/stuartnelson3/am-ui.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/navigation": "2.0.1 <= v < 3.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}