mind-overflow-website-ghost.../package.json
Lorenzo Dellacà 7dc83d3f75 Add PrismJS languages compatibility
Now, text highlighting supports HTML, CSS, C, JS, Bash, Batch, C++, C#, .gitignore, Java, JSON and YAML.
2021-01-03 11:49:54 +01:00

55 lines
1.1 KiB
JSON
Executable File

{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.13",
"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"
}
}