mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-19 12:16:05 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
95cec988f5 | |||
12e897d374 | |||
d6998b3ba5 |
BIN
assets/screenshot-desktop.jpg
Normal file
BIN
assets/screenshot-desktop.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
assets/screenshot-mobile.jpg
Normal file
BIN
assets/screenshot-mobile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
37
package.json
37
package.json
@ -1,4 +1,37 @@
|
|||||||
{
|
{
|
||||||
"name": "Casper",
|
"name": "casper",
|
||||||
"version": "1.3.1"
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
||||||
|
"homepage": "http://github.com/TryGhost/Casper",
|
||||||
|
"demo": "https://demo.ghost.io",
|
||||||
|
"version": "1.3.2",
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user