{ "name": "casper-2023", "description": "A default theme for the Ghost publishing platform", "demo": "https://demo.ghost.io", "version": "6.0.0", "engines": { "ghost": ">=5.0.0" }, "license": "MIT", "scripts": { "dev": "gulp", "zip": "gulp zip", "test": "gscan .", "test:ci": "gscan --fatal --verbose .", "pretest": "gulp build", "preship": "yarn test", "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; else echo \"Uncomitted changes found.\" && exit 1; fi", "postship": "git fetch && gulp release" }, "author": { "name": "Ghost Foundation", "email": "hello@ghost.org", "url": "https://ghost.org/" }, "gpm": { "type": "theme", "categories": [ "Minimal", "Magazine" ] }, "keywords": [ "ghost", "theme", "ghost-theme" ], "repository": { "type": "git", "url": "https://github.com/TryGhost/Casper.git" }, "bugs": "https://github.com/TryGhost/Casper/issues", "contributors": "https://github.com/TryGhost/Casper/graphs/contributors", "devDependencies": { "@tryghost/release-utils": "0.8.1", "autoprefixer": "10.4.7", "beeper": "2.1.0", "cssnano": "5.1.12", "gscan": "4.36.1", "gulp": "4.0.2", "gulp-concat": "2.6.1", "gulp-livereload": "4.0.2", "gulp-postcss": "9.0.1", "gulp-uglify": "3.0.2", "gulp-zip": "5.1.0", "inquirer": "8.2.4", "postcss": "8.2.13", "postcss-easy-import": "4.0.0", "pump": "3.0.0" }, "browserslist": [ "defaults" ], "config": { "posts_per_page": 25, "image_sizes": { "xxs": { "width": 30 }, "xs": { "width": 100 }, "s": { "width": 300 }, "m": { "width": 600 }, "l": { "width": 1000 }, "xl": { "width": 2000 } }, "card_assets": true, "custom": { "navigation_layout": { "type": "select", "options": [ "Logo on the left", "Logo in the middle", "Stacked" ], "default": "Logo in the middle" }, "page_background_color": { "type": "color", "default": "#ffffff" }, "header_and_footer_color": { "type": "select", "options": [ "Background color", "Accent color" ], "default": "Accent color" }, "title_font": { "type": "select", "options": [ "Modern sans-serif", "Elegant serif", "Clean slab" ], "default": "Modern sans-serif" }, "body_font": { "type": "select", "options": [ "Modern sans-serif", "Elegant serif" ], "default": "Modern sans-serif" }, "footer_signup_header": { "type": "text", "default": "" }, "footer_signup_subhead": { "type": "text", "default": "New content delivered to your inbox." }, "header_style": { "type": "select", "options": [ "Highlight", "Magazine", "Landing", "Search", "Off" ], "default": "Highlight", "group": "homepage" }, "use_publication_cover_as_background": { "type": "boolean", "default": false, "group": "homepage" }, "show_featured": { "type": "boolean", "default": true, "group": "homepage" }, "post_list_style": { "type": "select", "options": [ "Grid", "List" ], "default": "Grid", "group": "homepage" }, "hide_images": { "type": "boolean", "default": false, "group": "homepage" }, "show_author": { "type": "boolean", "default": true, "group": "homepage" }, "show_post_date": { "type": "boolean", "default": true, "group": "homepage" }, "show_sidebar": { "type": "boolean", "default": true, "group": "homepage" } } }, "renovate": { "extends": [ "@tryghost:theme" ] } }