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",
|
2020-01-13 12:08:24 +00:00
|
|
|
"version": "3.0.6",
|
2016-09-27 15:17:29 +00:00
|
|
|
"engines": {
|
2019-10-21 05:43:34 +00:00
|
|
|
"ghost": ">=3.0.0",
|
|
|
|
"ghost-api": "v3"
|
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",
|
|
|
|
"url": "https://ghost.org"
|
|
|
|
},
|
|
|
|
"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": {
|
2019-11-01 00:26:39 +00:00
|
|
|
"@tryghost/release-utils": "0.3.3",
|
2019-11-01 02:27:49 +00:00
|
|
|
"autoprefixer": "9.7.1",
|
2019-10-20 08:17:06 +00:00
|
|
|
"beeper": "2.0.0",
|
2019-03-10 16:07:56 +00:00
|
|
|
"cssnano": "4.1.10",
|
2020-02-01 00:18:43 +00:00
|
|
|
"gscan": "3.3.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",
|
2019-03-10 16:11:46 +00:00
|
|
|
"gulp-postcss": "8.0.0",
|
2019-03-05 21:50:16 +00:00
|
|
|
"gulp-uglify": "3.0.2",
|
2019-10-20 08:17:06 +00:00
|
|
|
"gulp-zip": "5.0.1",
|
2019-04-08 00:30:11 +00:00
|
|
|
"postcss-color-function": "4.1.0",
|
2019-10-20 08:11:11 +00:00
|
|
|
"postcss-custom-properties": "9.0.2",
|
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
|
|
|
|
}
|
|
|
|
}
|
2019-10-21 08:52:45 +00:00
|
|
|
}
|
2014-03-20 19:17:26 +00:00
|
|
|
}
|