2019-03-14 15:45:43 +00:00
|
|
|
{
|
|
|
|
"name": "our-status",
|
|
|
|
"description": "Our Status",
|
|
|
|
"demo": "https://our.status.im",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "GNU General Public License, Version 2",
|
|
|
|
"engines": {
|
|
|
|
"ghost": ">=2.0.0",
|
|
|
|
"ghost-api": "v2"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Haunted Themes",
|
|
|
|
"email": "contact@hauntedthemes.com",
|
|
|
|
"url": "https://www.hauntedthemes.com"
|
|
|
|
},
|
|
|
|
"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": {
|
2019-03-15 15:02:33 +00:00
|
|
|
"posts_per_page": 15,
|
2019-03-14 15:45:43 +00:00
|
|
|
"image_sizes": {
|
|
|
|
"xs": {
|
|
|
|
"width": 80,
|
|
|
|
"height": 80
|
2019-04-24 17:50:09 +00:00
|
|
|
},
|
|
|
|
"m": {
|
|
|
|
"width": 720
|
2019-03-14 15:45:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|