Updated for Ghost 5
[ghost-theme-lbbg.git] / package.json
1 {
2 "name": "casper-lbbg",
3 "description": "A clean, minimal default theme for the Ghost publishing platform",
4 "demo": "https://demo.ghost.io",
5 "version": "4.0.5",
6 "engines": {
7 "ghost": ">=4.0.0"
8 },
9 "license": "MIT",
10 "screenshots": {
11 "desktop": "assets/screenshot-desktop.jpg",
12 "mobile": "assets/screenshot-mobile.jpg"
13 },
14 "scripts": {
15 "dev": "gulp",
16 "zip": "gulp zip",
17 "test": "gscan .",
18 "test:ci": "gscan --fatal --verbose .",
19 "pretest": "gulp build",
20 "preship": "yarn test",
21 "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; else echo \"Uncomitted changes found.\" && exit 1; fi",
22 "postship": "git fetch && gulp release"
23 },
24 "author": {
25 "name": "Ghost Foundation",
26 "email": "hello@ghost.org",
27 "url": "https://ghost.org/"
28 },
29 "gpm": {
30 "type": "theme",
31 "categories": [
32 "Minimal",
33 "Magazine"
34 ]
35 },
36 "keywords": [
37 "ghost",
38 "theme",
39 "ghost-theme"
40 ],
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/TryGhost/Casper.git"
44 },
45 "bugs": "https://github.com/TryGhost/Casper/issues",
46 "contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
47 "devDependencies": {
48 "@tryghost/release-utils": "0.6.12",
49 "autoprefixer": "10.2.5",
50 "beeper": "2.1.0",
51 "cssnano": "4.1.10",
52 "gscan": "4.0.0",
53 "gulp": "4.0.2",
54 "gulp-concat": "2.6.1",
55 "gulp-livereload": "4.0.2",
56 "gulp-postcss": "9.0.0",
57 "gulp-uglify": "3.0.2",
58 "gulp-zip": "5.1.0",
59 "inquirer": "8.0.0",
60 "postcss": "8.2.8",
61 "postcss-color-mod-function": "3.0.3",
62 "postcss-easy-import": "3.0.0",
63 "pump": "3.0.0"
64 },
65 "browserslist": [
66 "defaults"
67 ],
68 "config": {
69 "posts_per_page": 25,
70 "image_sizes": {
71 "xxs": {
72 "width": 30
73 },
74 "xs": {
75 "width": 100
76 },
77 "s": {
78 "width": 300
79 },
80 "m": {
81 "width": 600
82 },
83 "l": {
84 "width": 1000
85 },
86 "xl": {
87 "width": 2000
88 }
89 }
90 },
91 "renovate": {
92 "extends": [
93 "@tryghost:theme"
94 ]
95 }
96 }