our-status-site-theme/package.json

56 lines
1.3 KiB
JSON

{
"name": "our-status",
"description": "Our Status",
"demo": "https://our.status.im",
"version": "1.4.0",
"license": "GPL-2.0",
"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": ">=4.0.0",
"ghost-api": "v4"
},
"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.18.0",
"gscan": "^4.10.15",
"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
}
}
}
}