Ghost_Ruby_Theme/package.json
Sodbileg Gansukh c7688a64ed Update to 1.1.0
2019-11-10 19:10:22 +08:00

55 lines
937 B
JSON

{
"name": "ruby",
"description": "Premium Ghost Theme",
"version": "1.1.0",
"engines": {
"ghost": ">=2.0.0",
"ghost-api": "v2"
},
"author": {
"name": "Iveel",
"email": "hello@iveel.co",
"url": "https://iveel.co"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"config": {
"posts_per_page": 9,
"image_sizes": {
"xs": {
"width": 150
},
"s": {
"width": 400
},
"m": {
"width": 750
},
"l": {
"width": 960
},
"xl": {
"width": 1140
},
"xxl": {
"width": 1920
}
}
},
"scripts": {
"dev": "gulp",
"test": "gscan ."
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-touch-fd": "github:funkedigital/gulp-touch-fd",
"gulp-uglify": "^3.0.1"
}
}