2019-08-05 07:44:10 +03:00
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"name": "dillonkearns/elm-pages",
|
|
|
|
"summary": "A statically typed site generator.",
|
|
|
|
"license": "BSD-3-Clause",
|
2020-03-29 02:21:14 +03:00
|
|
|
"version": "4.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",
|
2019-12-11 17:13:02 +03:00
|
|
|
"Pages.StaticHttp",
|
2019-12-11 17:07:08 +03:00
|
|
|
"Pages.Secrets",
|
2019-09-15 23:36:24 +03:00
|
|
|
"Pages.Directory",
|
2019-10-22 01:25:59 +03:00
|
|
|
"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",
|
2019-08-06 01:45:57 +03:00
|
|
|
"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",
|
2019-08-06 01:45:57 +03:00
|
|
|
"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",
|
2019-11-03 21:07:20 +03:00
|
|
|
"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",
|
2019-10-30 03:59:08 +03:00
|
|
|
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
|
2019-12-10 07:18:48 +03:00
|
|
|
"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
|
|
|
},
|
2019-09-15 21:22:38 +03:00
|
|
|
"test-dependencies": {
|
2019-10-22 04:49:46 +03:00
|
|
|
"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-09-15 21:22:38 +03:00
|
|
|
}
|
2020-01-04 02:08:08 +03:00
|
|
|
}
|