elm-pages-v3-beta/elm.json

47 lines
1.7 KiB
JSON
Raw Normal View History

2019-08-05 07:44:10 +03:00
{
"type": "package",
"name": "dillonkearns/elm-pages",
"summary": "A statically typed site generator.",
"license": "BSD-3-Clause",
2019-11-04 21:36:12 +03:00
"version": "1.0.1",
2019-08-05 07:44:10 +03:00
"exposed-modules": [
2019-09-15 23:36:24 +03:00
"Head",
"Head.Seo",
"Pages.Document",
"Pages.ImagePath",
"Pages.PagePath",
"StaticHttp",
"Pages.Secrets",
2019-09-15 23:36:24 +03:00
"Pages.Directory",
"Pages.Platform",
2019-10-22 02:19:44 +03:00
"Pages.Internal",
2019-09-15 23:36:24 +03:00
"Pages.Manifest",
"Pages.Manifest.Category"
2019-08-05 07:44:10 +03:00
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
2019-08-09 02:48:22 +03:00
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
2019-08-05 07:44:10 +03:00
"elm/browser": "1.0.1 <= v < 2.0.0",
"elm/core": "1.0.2 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
2019-08-05 07:44:10 +03:00
"elm/http": "2.0.0 <= v < 3.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
2019-11-03 01:35:20 +03:00
"elm/regex": "1.0.0 <= v < 2.0.0",
2019-08-05 07:44:10 +03:00
"elm/url": "1.0.0 <= v < 2.0.0",
2019-10-24 16:11:56 +03:00
"elm-community/dict-extra": "2.4.0 <= v < 3.0.0",
2019-08-06 01:42:59 +03:00
"elm-community/list-extra": "8.2.2 <= v < 9.0.0",
"elm-community/result-extra": "2.2.1 <= v < 3.0.0",
2019-08-06 01:42:59 +03:00
"lukewestby/elm-string-interpolate": "1.0.4 <= v < 2.0.0",
2019-08-09 22:10:15 +03:00
"mdgriffith/elm-markup": "3.0.1 <= v < 4.0.0",
"mgold/elm-nonempty-list": "4.0.2 <= v < 5.0.0",
2019-10-22 07:31:44 +03:00
"miniBill/elm-codec": "1.2.0 <= v < 2.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
"tripokey/elm-fuzzy": "5.2.1 <= v < 6.0.0",
"zwilias/json-decode-exploration": "6.0.0 <= v < 7.0.0"
2019-08-05 07:44:10 +03:00
},
"test-dependencies": {
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
"jgrenat/elm-html-test-runner": "1.0.3 <= v < 2.0.0"
}
2019-10-24 16:11:56 +03:00
}