mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
7f1d3ebc07
- move all test files from core/test to test/ - updated all imports and other references - all code inside of core/ is then application code - tests are correctly at the root level - consistent with other repos/projects Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
40 lines
1 KiB
JSON
Executable file
40 lines
1 KiB
JSON
Executable file
{
|
|
"name": "casper",
|
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
|
"demo": "https://demo.ghost.io",
|
|
"version": "1.4.0",
|
|
"engines": {
|
|
"ghost": ">=0.9.0 <1.0.0",
|
|
"ghost-api": "v2"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"config": {
|
|
"posts_per_page": 5
|
|
},
|
|
"keywords": [
|
|
"ghost",
|
|
"theme"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TryGhost/Casper.git"
|
|
},
|
|
"bugs": "https://github.com/TryGhost/Casper/issues",
|
|
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors"
|
|
}
|