{ "name": "mindtheme", "description": "Mind Overflow's official website style", "version": "0.1.4", "engines": { "ghost-api": "v3" }, "keywords": [ "ghost-theme" ], "license": "Copyright", "author": { "name": "Lorenzo DellacĂ ", "email": "lorenzo.dellaca@mind-overflow.net" }, "config": { "posts_per_page": 10, "image_sizes": { "xxs": { "width": 64 }, "xs": { "width": 100 }, "s": { "width": 300 }, "m": { "width": 600 }, "l": { "width": 1200 }, "xl": { "width": 1600 }, "xxl": { "width": 2000 } } }, "devDependencies": { "gulp": "^4.0.2", "gulp-uglify": "^3.0.2", "pump": "^3.0.0" }, "scripts": { "js": "gulp js", "zip": "gulp zip" }, "dependencies": { "gulp-zip": "^5.0.2" } }