{ "name": "caldwell-59", "version": "1.0.0", "description": "A Ghost theme.", "repository": "https://git.karaolidis.com/karaolidis/caldwell-59.git", "author": { "name": "Nikolaos Karaolidis", "email": "nick@karaolidis.com" }, "license": "GNU GPLv3", "private": true, "engines": { "ghost": ">=5.0.0" }, "keywords": [ "ghost", "theme", "ghost-theme" ], "config": { "posts_per_page": 10, "image_sizes": { "xs": { "width": 150 }, "s": { "width": 300 }, "m": { "width": 720 }, "l": { "width": 960 }, "xl": { "width": 1200 }, "xxl": { "width": 2000 } }, "card_assets": true, "custom": { "navigation_layout": { "type": "select", "options": [ "Logo on the left", "Logo in the middle", "Stacked" ], "default": "Stacked" }, "title_font": { "type": "select", "options": [ "Modern sans-serif", "Elegant serif" ], "default": "Modern sans-serif" }, "body_font": { "type": "select", "options": [ "Modern sans-serif", "Elegant serif" ], "default": "Modern sans-serif" }, "mode": { "type": "select", "options": [ "Text-based", "Image-based" ], "default": "Text-based" } } }, "scripts": { "dev": "gulp", "test": "gscan .", "zip": "gulp zip" }, "devDependencies": { "@tryghost/shared-theme-assets": "2.4.5", "autoprefixer": "10.4.20", "cssnano": "7.0.6", "gscan": "4.43.4", "gulp": "5.0.0", "gulp-concat": "2.6.1", "gulp-livereload": "4.0.2", "gulp-postcss": "10.0.0", "gulp-uglify": "3.0.2", "gulp-zip": "5.1.0", "ordered-read-streams": "2.0.0", "postcss": "8.4.45", "postcss-easy-import": "4.0.0", "pump": "3.0.0" } }