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.",
|
|
|
|
"homepage": "http://github.com/TryGhost/Casper",
|
|
|
|
"demo": "https://demo.ghost.io",
|
2016-09-27 15:48:37 +00:00
|
|
|
"version": "1.3.2",
|
2016-09-27 15:17:29 +00:00
|
|
|
"engines": {
|
|
|
|
"ghost": "^0.9.0"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"Personal Blogs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ghost",
|
|
|
|
"theme"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/TryGhost/Casper.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/TryGhost/Casper/issues",
|
|
|
|
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors"
|
2014-03-20 19:17:26 +00:00
|
|
|
}
|