mind-overflow-website-ghost.../package.json

55 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-30 00:19:49 +01:00
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
2022-05-15 17:41:54 +02:00
"version": "0.1.4",
2020-10-30 00:19:49 +01:00
"engines": {
"ghost-api": "v3"
},
2020-11-04 23:47:36 +01:00
"keywords": [
"ghost-theme"
],
2020-10-30 00:19:49 +01:00
"license": "Copyright",
"author": {
"name": "Lorenzo DellacĂ ",
"email": "lorenzo.dellaca@mind-overflow.net"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
2020-11-04 23:47:36 +01:00
"xxs": {
"width": 64
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
},
"xl": {
"width": 1600
},
"xxl": {
"width": 2000
2020-11-04 23:47:36 +01:00
}
2020-10-30 00:19:49 +01:00
}
2020-11-06 17:49:14 +01:00
},
"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"
2020-10-30 00:19:49 +01:00
}
}