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",
|
2017-08-01 06:32:11 +00:00
|
|
|
"version": "2.0.2",
|
2016-09-27 15:17:29 +00:00
|
|
|
"engines": {
|
2017-06-16 09:13:38 +00:00
|
|
|
"ghost": ">=1.0.0"
|
2016-09-27 15:17:29 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"screenshots": {
|
|
|
|
"desktop": "assets/screenshot-desktop.jpg",
|
|
|
|
"mobile": "assets/screenshot-mobile.jpg"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"theme"
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"cssnano": "3.7.1",
|
|
|
|
"gulp": "3.9.1",
|
|
|
|
"gulp-livereload": "3.8.1",
|
|
|
|
"gulp-nodemon": "2.1.0",
|
|
|
|
"gulp-postcss": "6.1.1",
|
|
|
|
"gulp-sourcemaps": "1.6.0",
|
|
|
|
"gulp-util": "3.0.7",
|
|
|
|
"gulp-watch": "4.3.8",
|
|
|
|
"postcss-color-function": "2.0.1",
|
|
|
|
"postcss-custom-properties": "5.0.1",
|
2017-06-16 09:13:38 +00:00
|
|
|
"postcss-easy-import": "1.0.1"
|
2017-05-15 20:03:47 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"posts_per_page": 25
|
|
|
|
}
|
2014-03-20 19:17:26 +00:00
|
|
|
}
|