Initial commit
[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 "ghost-api": "v4"
9 },
10 "license": "MIT",
11 "screenshots": {
12 "desktop": "assets/screenshot-desktop.jpg",
13 "mobile": "assets/screenshot-mobile.jpg"
14 },
15 "scripts": {
16 "dev": "gulp",
17 "zip": "gulp zip",
18 "test": "gscan .",
19 "test:ci": "gscan --fatal --verbose .",
20 "pretest": "gulp build",
21 "preship": "yarn test",
22 "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",
23 "postship": "git fetch && gulp release"
24 },
25 "author": {
26 "name": "Ghost Foundation",
27 "email": "hello@ghost.org",
28 "url": "https://ghost.org/"
29 },
30 "gpm": {
31 "type": "theme",
32 "categories": [
33 "Minimal",
34 "Magazine"
35 ]
36 },
37 "keywords": [
38 "ghost",
39 "theme",
40 "ghost-theme"
41 ],
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/TryGhost/Casper.git"
45 },
46 "bugs": "https://github.com/TryGhost/Casper/issues",
47 "contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
48 "devDependencies": {
49 "@tryghost/release-utils": "0.6.12",
50 "autoprefixer": "10.2.5",
51 "beeper": "2.1.0",
52 "cssnano": "4.1.10",
53 "gscan": "4.0.0",
54 "gulp": "4.0.2",
55 "gulp-concat": "2.6.1",
56 "gulp-livereload": "4.0.2",
57 "gulp-postcss": "9.0.0",
58 "gulp-uglify": "3.0.2",
59 "gulp-zip": "5.1.0",
60 "inquirer": "8.0.0",
61 "postcss": "8.2.8",
62 "postcss-color-mod-function": "3.0.3",
63 "postcss-easy-import": "3.0.0",
64 "pump": "3.0.0"
65 },
66 "browserslist": [
67 "defaults"
68 ],
69 "config": {
70 "posts_per_page": 25,
71 "image_sizes": {
72 "xxs": {
73 "width": 30
74 },
75 "xs": {
76 "width": 100
77 },
78 "s": {
79 "width": 300
80 },
81 "m": {
82 "width": 600
83 },
84 "l": {
85 "width": 1000
86 },
87 "xl": {
88 "width": 2000
89 }
90 }
91 },
92 "renovate": {
93 "extends": [
94 "@tryghost:theme"
95 ]
96 }
97 }