56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "our-status",
|
|
"description": "Our Status",
|
|
"demo": "https://our.status.im",
|
|
"version": "1.3.0",
|
|
"license": "GNU General Public License, Version 2",
|
|
"scripts": {
|
|
"ghost-install": "./scripts/ghost_install.sh",
|
|
"ghost-start": "ghost start -D -d /var/tmp/ghost",
|
|
"ghost-stop": "ghost stop -D -d /var/tmp/ghost",
|
|
"build": "gulp sass",
|
|
"devel": "gulp sassWatch",
|
|
"verify": "gscan -3 ./",
|
|
"archive": "zip -r our-status-theme.zip . -x 'node_modules/*' -x '.git*'"
|
|
},
|
|
"engines": {
|
|
"ghost": ">=2.0.0",
|
|
"ghost-api": "v2"
|
|
},
|
|
"author": {
|
|
"name": "Robin Percy",
|
|
"email": "robin@status.im",
|
|
"url": "https://status.im"
|
|
},
|
|
"gpm": {
|
|
"type": "theme",
|
|
"categories": [
|
|
"Writer"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"ghost",
|
|
"theme",
|
|
"ghost-theme"
|
|
],
|
|
"devDependencies": {
|
|
"ghost-cli": "^1.14.1",
|
|
"gscan": "^3.5.7",
|
|
"gulp": "4.0.2",
|
|
"gulp-minify": "3.1.0",
|
|
"gulp-sass": "4.1.0"
|
|
},
|
|
"config": {
|
|
"posts_per_page": 15,
|
|
"image_sizes": {
|
|
"xs": {
|
|
"width": 80,
|
|
"height": 80
|
|
},
|
|
"m": {
|
|
"width": 720
|
|
}
|
|
}
|
|
}
|
|
}
|