Zap-Ghost-Theme/package.json

64 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2020-05-26 23:43:54 -07:00
{
2020-07-14 06:21:43 -07:00
"name": "zap",
2020-07-14 08:34:03 -07:00
"description": "An ultra-minimal theme for ghost",
2020-07-14 06:21:43 -07:00
"demo": "https://zap.ghost.io",
2020-05-26 23:43:54 -07:00
"version": "1.0.0",
"engines": {
2024-06-07 10:14:49 -07:00
"ghost": ">=5.0.0"
2020-05-26 23:43:54 -07:00
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg"
},
"scripts": {
2024-06-07 10:23:55 -07:00
"zip": "bestzip $npm_package_name.zip assets/* partials/* members/* *.hbs package.json",
2024-06-07 10:14:49 -07:00
"test": "npx gscan .",
"pretest": "npm run build"
2020-05-26 23:43:54 -07:00
},
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
2024-06-07 10:23:55 -07:00
"Magazine"
2020-05-26 23:43:54 -07:00
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
2020-07-14 06:21:43 -07:00
"url": "https://github.com/TryGhost/zap.git"
2020-05-26 23:43:54 -07:00
},
2020-07-14 06:21:43 -07:00
"bugs": "https://github.com/TryGhost/zap/issues",
"contributors": "https://github.com/TryGhost/zap/graphs/contributors",
2020-05-26 23:43:54 -07:00
"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
}
}
}
2020-07-14 08:34:03 -07:00
}