2017-04-11 03:27:13 +02:00
|
|
|
{
|
2024-09-26 04:48:54 +02:00
|
|
|
"name": "@thenewdynamic/gohugo-theme-ananke",
|
|
|
|
"description": "Ananke: A theme for Hugo Sites",
|
|
|
|
"version": "2.7.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "thenewdynamic/gohugo-theme-ananke",
|
|
|
|
"author": "Bud Parr (https://github.com/budparr)",
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Patrick Kollitsch",
|
|
|
|
"url": "https://github.com/davidsneighbour"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Regis Philibert",
|
|
|
|
"url": "https://github.com/regisphilibert"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Patrick Kollitsch",
|
|
|
|
"url": "https://github.com/davidsneighbour"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"bugs": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues",
|
|
|
|
"homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
|
|
|
|
"keywords": [
|
|
|
|
"hugo",
|
|
|
|
"gohugo",
|
|
|
|
"hugo-theme",
|
|
|
|
"gohugo-theme",
|
|
|
|
"hugo-module",
|
|
|
|
"gohugo-module"
|
|
|
|
],
|
2019-10-27 22:58:15 +01:00
|
|
|
"devDependencies": {
|
2024-09-26 04:48:54 +02:00
|
|
|
"auto-changelog": "2.5.0",
|
|
|
|
"cssnano": "7.0.6",
|
|
|
|
"postcss": "8.4.47",
|
|
|
|
"postcss-preset-env": "10.0.5",
|
|
|
|
"tachyons": "4.12.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"deploy": " cd exampleSite; hugo;",
|
|
|
|
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md"
|
2019-10-27 22:58:15 +01:00
|
|
|
}
|
2024-09-26 04:48:54 +02:00
|
|
|
}
|