Zap-Ghost-Theme/package.json
John O'Nolan 7fde757af7 No build.
2024-06-07 13:23:55 -04:00

64 lines
No EOL
1.5 KiB
JSON

{
"name": "zap",
"description": "An ultra-minimal theme for ghost",
"demo": "https://zap.ghost.io",
"version": "1.0.0",
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg"
},
"scripts": {
"zip": "bestzip $npm_package_name.zip assets/* partials/* members/* *.hbs package.json",
"test": "npx gscan .",
"pretest": "npm run build"
},
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/zap.git"
},
"bugs": "https://github.com/TryGhost/zap/issues",
"contributors": "https://github.com/TryGhost/zap/graphs/contributors",
"config": {
"posts_per_page": 15,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
},
"xl": {
"width": 2000
}
}
}
}