2020-10-30 00:19:49 +01:00
|
|
|
{
|
|
|
|
"name": "mindtheme",
|
|
|
|
"description": "Mind Overflow's official website style",
|
2020-11-06 01:34:32 +01:00
|
|
|
"version": "0.0.9",
|
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
|
2020-11-06 17:35:02 +01:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|