alertmanager/elm-package.json
stuart nelson 00897e85c7 Move to using ISO8601 date
Useability for the form is horrible, and will be
fixed after silences are being created.
2017-01-12 14:20:41 -05:00

20 lines
625 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",
"jweir/elm-iso8601": "3.0.2 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}