2014-03-03 09:58:59 +00:00
|
|
|
{
|
2016-09-27 15:17:29 +00:00
|
|
|
"name": "casper",
|
2019-10-21 05:43:34 +00:00
|
|
|
"description": "A clean, minimal default theme for the Ghost publishing platform",
|
2016-09-27 15:17:29 +00:00
|
|
|
"demo": "https://demo.ghost.io",
|
2022-07-04 11:02:25 +00:00
|
|
|
"version": "5.1.5",
|
2016-09-27 15:17:29 +00:00
|
|
|
"engines": {
|
2022-05-20 10:20:20 +00:00
|
|
|
"ghost": ">=5.0.0"
|
2016-09-27 15:17:29 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"screenshots": {
|
|
|
|
"desktop": "assets/screenshot-desktop.jpg",
|
|
|
|
"mobile": "assets/screenshot-mobile.jpg"
|
|
|
|
},
|
2018-04-09 08:19:05 +00:00
|
|
|
"scripts": {
|
2018-08-14 21:10:01 +00:00
|
|
|
"dev": "gulp",
|
|
|
|
"zip": "gulp zip",
|
2019-11-08 05:11:30 +00:00
|
|
|
"test": "gscan .",
|
|
|
|
"test:ci": "gscan --fatal --verbose .",
|
2019-03-10 17:25:51 +00:00
|
|
|
"pretest": "gulp build",
|
2019-02-11 18:30:21 +00:00
|
|
|
"preship": "yarn test",
|
2019-03-14 16:31:28 +00:00
|
|
|
"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"
|
2018-04-09 08:19:05 +00:00
|
|
|
},
|
2016-09-27 15:17:29 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Ghost Foundation",
|
|
|
|
"email": "hello@ghost.org",
|
2021-01-19 00:30:21 +00:00
|
|
|
"url": "https://ghost.org/"
|
2016-09-27 15:17:29 +00:00
|
|
|
},
|
|
|
|
"gpm": {
|
|
|
|
"type": "theme",
|
|
|
|
"categories": [
|
|
|
|
"Minimal",
|
2017-06-16 09:13:38 +00:00
|
|
|
"Magazine"
|
2016-09-27 15:17:29 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ghost",
|
2018-08-13 13:29:56 +00:00
|
|
|
"theme",
|
|
|
|
"ghost-theme"
|
2016-09-27 15:17:29 +00:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-10-07 15:05:10 +00:00
|
|
|
"url": "https://github.com/TryGhost/Casper.git"
|
2016-09-27 15:17:29 +00:00
|
|
|
},
|
|
|
|
"bugs": "https://github.com/TryGhost/Casper/issues",
|
2017-05-15 20:03:47 +00:00
|
|
|
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
|
|
|
|
"devDependencies": {
|
2021-02-22 08:14:53 +00:00
|
|
|
"@tryghost/release-utils": "0.6.12",
|
2021-03-05 15:52:56 +00:00
|
|
|
"autoprefixer": "10.2.5",
|
2021-05-06 07:48:36 +00:00
|
|
|
"beeper": "2.1.0",
|
2019-03-10 16:07:56 +00:00
|
|
|
"cssnano": "4.1.10",
|
2022-01-14 10:39:46 +00:00
|
|
|
"gscan": "4.22.0",
|
2019-06-01 01:29:25 +00:00
|
|
|
"gulp": "4.0.2",
|
2019-11-11 14:15:08 +00:00
|
|
|
"gulp-concat": "2.6.1",
|
2019-10-01 01:30:15 +00:00
|
|
|
"gulp-livereload": "4.0.2",
|
2020-09-23 19:04:44 +00:00
|
|
|
"gulp-postcss": "9.0.0",
|
2019-03-05 21:50:16 +00:00
|
|
|
"gulp-uglify": "3.0.2",
|
2021-03-10 09:48:00 +00:00
|
|
|
"gulp-zip": "5.1.0",
|
2021-02-26 00:59:59 +00:00
|
|
|
"inquirer": "8.0.0",
|
2021-03-09 22:41:13 +00:00
|
|
|
"postcss": "8.2.8",
|
2020-07-27 17:52:31 +00:00
|
|
|
"postcss-color-mod-function": "3.0.3",
|
2019-03-10 16:07:56 +00:00
|
|
|
"postcss-easy-import": "3.0.0",
|
2019-01-22 11:00:10 +00:00
|
|
|
"pump": "3.0.0"
|
2017-05-15 20:03:47 +00:00
|
|
|
},
|
2019-10-21 05:43:34 +00:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
2017-05-15 20:03:47 +00:00
|
|
|
"config": {
|
2018-12-17 12:25:57 +00:00
|
|
|
"posts_per_page": 25,
|
|
|
|
"image_sizes": {
|
|
|
|
"xxs": {
|
|
|
|
"width": 30
|
|
|
|
},
|
|
|
|
"xs": {
|
|
|
|
"width": 100
|
|
|
|
},
|
|
|
|
"s": {
|
|
|
|
"width": 300
|
|
|
|
},
|
|
|
|
"m": {
|
|
|
|
"width": 600
|
|
|
|
},
|
|
|
|
"l": {
|
|
|
|
"width": 1000
|
|
|
|
},
|
|
|
|
"xl": {
|
|
|
|
"width": 2000
|
|
|
|
}
|
2021-11-05 12:14:53 +00:00
|
|
|
},
|
2021-11-17 09:02:16 +00:00
|
|
|
"card_assets": true,
|
2021-11-05 12:14:53 +00:00
|
|
|
"custom": {
|
|
|
|
"title_font": {
|
|
|
|
"type": "select",
|
2021-11-05 12:17:41 +00:00
|
|
|
"options": [
|
|
|
|
"Modern sans-serif",
|
|
|
|
"Elegant serif"
|
|
|
|
],
|
2021-11-05 12:14:53 +00:00
|
|
|
"default": "Modern sans-serif"
|
|
|
|
},
|
|
|
|
"body_font": {
|
|
|
|
"type": "select",
|
2021-11-05 12:17:41 +00:00
|
|
|
"options": [
|
|
|
|
"Modern sans-serif",
|
|
|
|
"Elegant serif"
|
|
|
|
],
|
2021-11-05 12:14:53 +00:00
|
|
|
"default": "Elegant serif"
|
|
|
|
},
|
2022-05-18 10:35:58 +00:00
|
|
|
"show_publication_cover": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"group": "homepage"
|
|
|
|
},
|
2022-05-19 12:33:24 +00:00
|
|
|
"header_style": {
|
2021-11-05 12:14:53 +00:00
|
|
|
"type": "select",
|
2021-11-05 12:17:41 +00:00
|
|
|
"options": [
|
2022-05-19 12:33:24 +00:00
|
|
|
"Center aligned",
|
|
|
|
"Left aligned",
|
|
|
|
"Hidden"
|
2021-11-05 12:17:41 +00:00
|
|
|
],
|
2022-05-19 12:33:24 +00:00
|
|
|
"default": "Center aligned",
|
2021-11-05 12:14:53 +00:00
|
|
|
"group": "homepage"
|
|
|
|
},
|
2022-05-20 10:23:22 +00:00
|
|
|
"show_logo_in_navigation": {
|
2022-05-14 15:10:43 +00:00
|
|
|
"type": "boolean",
|
2022-05-19 12:40:09 +00:00
|
|
|
"default": false,
|
2022-05-14 15:10:43 +00:00
|
|
|
"group": "homepage"
|
|
|
|
},
|
2021-11-05 12:14:53 +00:00
|
|
|
"feed_layout": {
|
|
|
|
"type": "select",
|
2021-11-05 12:17:41 +00:00
|
|
|
"options": [
|
2022-05-19 12:55:53 +00:00
|
|
|
"Classic",
|
|
|
|
"Grid",
|
2022-05-18 02:48:08 +00:00
|
|
|
"List"
|
2021-11-05 12:17:41 +00:00
|
|
|
],
|
2022-05-19 12:55:53 +00:00
|
|
|
"default": "Classic",
|
2022-05-16 11:33:11 +00:00
|
|
|
"group": "homepage"
|
|
|
|
},
|
2021-11-05 12:14:53 +00:00
|
|
|
"color_scheme": {
|
|
|
|
"type": "select",
|
2021-11-05 12:17:41 +00:00
|
|
|
"options": [
|
|
|
|
"Light",
|
2022-05-27 06:46:30 +00:00
|
|
|
"Dark",
|
|
|
|
"Auto"
|
2021-11-05 12:17:41 +00:00
|
|
|
],
|
2021-11-05 12:14:53 +00:00
|
|
|
"default": "Light"
|
|
|
|
},
|
2022-05-19 13:46:26 +00:00
|
|
|
"post_image_style": {
|
2021-11-05 12:14:53 +00:00
|
|
|
"type": "select",
|
2021-11-05 12:17:41 +00:00
|
|
|
"options": [
|
|
|
|
"Wide",
|
|
|
|
"Full",
|
2022-05-19 13:46:26 +00:00
|
|
|
"Small",
|
|
|
|
"Hidden"
|
2021-11-05 12:17:41 +00:00
|
|
|
],
|
2021-11-05 12:14:53 +00:00
|
|
|
"default": "Wide",
|
|
|
|
"group": "post"
|
|
|
|
},
|
|
|
|
"email_signup_text": {
|
|
|
|
"type": "text",
|
|
|
|
"default": "Sign up for more like this.",
|
|
|
|
"group": "post"
|
|
|
|
},
|
2022-05-19 13:47:14 +00:00
|
|
|
"show_recent_posts_footer": {
|
2021-11-05 12:14:53 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"group": "post"
|
|
|
|
}
|
2018-12-17 12:25:57 +00:00
|
|
|
}
|
2021-03-03 13:24:16 +00:00
|
|
|
},
|
|
|
|
"renovate": {
|
|
|
|
"extends": [
|
|
|
|
"@tryghost:theme"
|
|
|
|
]
|
2019-10-21 08:52:45 +00:00
|
|
|
}
|
2014-03-20 19:17:26 +00:00
|
|
|
}
|