our-status-site-theme/package.json

45 lines
924 B
JSON
Raw Normal View History

2019-03-14 15:45:43 +00:00
{
"name": "our-status",
"description": "Our Status",
"demo": "https://our.status.im",
"version": "1.3.0",
2019-03-14 15:45:43 +00:00
"license": "GNU General Public License, Version 2",
"engines": {
"ghost": ">=2.0.0",
"ghost-api": "v2"
},
"author": {
"name": "Robin Percy",
"email": "robin@status.im",
"url": "https://status.im"
2019-03-14 15:45:43 +00:00
},
"gpm": {
"type": "theme",
"categories": [
"Writer"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"dependencies": {
"gulp": "^3.9.1",
"gulp-minify": "^3.1.0",
"gulp-sass": "^4.0.2"
},
"config": {
"posts_per_page": 15,
2019-03-14 15:45:43 +00:00
"image_sizes": {
"xs": {
"width": 80,
"height": 80
},
"m": {
"width": 720
2019-03-14 15:45:43 +00:00
}
}
}
}