2014-03-03 09:58:59 +00:00
|
|
|
{
|
2016-09-27 15:17:29 +00:00
|
|
|
"name": "casper",
|
|
|
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
|
|
|
"demo": "https://demo.ghost.io",
|
2019-02-21 10:56:29 +00:00
|
|
|
"version": "2.9.3",
|
2016-09-27 15:17:29 +00:00
|
|
|
"engines": {
|
2019-01-08 14:30:22 +00:00
|
|
|
"ghost": ">=2.0.0",
|
|
|
|
"ghost-api": "v2"
|
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-02-11 18:30:21 +00:00
|
|
|
"test": "gscan .",
|
|
|
|
"preship": "yarn test",
|
|
|
|
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
|
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": {
|
|
|
|
"autoprefixer": "6.3.6",
|
2019-03-04 19:45:42 +00:00
|
|
|
"beeper": "1.1.1",
|
2017-05-15 20:03:47 +00:00
|
|
|
"cssnano": "3.7.1",
|
2019-03-04 19:45:42 +00:00
|
|
|
"gscan": "2.0.0",
|
2017-05-15 20:03:47 +00:00
|
|
|
"gulp": "3.9.1",
|
2019-01-22 11:00:10 +00:00
|
|
|
"gulp-filter": "5.1.0",
|
2017-05-15 20:03:47 +00:00
|
|
|
"gulp-livereload": "3.8.1",
|
|
|
|
"gulp-postcss": "6.1.1",
|
|
|
|
"gulp-sourcemaps": "1.6.0",
|
2019-01-22 11:00:10 +00:00
|
|
|
"gulp-uglify": "3.0.1",
|
2017-05-15 20:03:47 +00:00
|
|
|
"gulp-watch": "4.3.8",
|
2017-09-18 16:37:00 +00:00
|
|
|
"gulp-zip": "4.0.0",
|
2017-05-15 20:03:47 +00:00
|
|
|
"postcss-color-function": "2.0.1",
|
|
|
|
"postcss-custom-properties": "5.0.1",
|
2018-10-08 11:04:07 +00:00
|
|
|
"postcss-easy-import": "1.0.1",
|
2019-01-22 11:00:10 +00:00
|
|
|
"pump": "3.0.0"
|
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
|
|
|
|
}
|
|
|
|
}
|
2017-05-15 20:03:47 +00:00
|
|
|
}
|
2014-03-20 19:17:26 +00:00
|
|
|
}
|