Added tag page
[editorial.git] / package.json
1 {
2 "name": "editorial-neil",
3 "description": "This is Editorial, a news-oriented theme for Ghost.",
4 "demo": "https://editorial.ghost.io",
5 "version": "2.0.1",
6 "engines": {
7 "ghost": ">=3.0.0",
8 "ghost-api": "v3"
9 },
10 "license": "MIT",
11 "screenshots": {
12 "desktop": "assets/screenshot-desktop.jpg"
13 },
14 "scripts": {
15 "dev": "gulp",
16 "zip": "gulp zip",
17 "pretest": "gulp build",
18 "test": "gscan .",
19 "test:ci": "gscan --fatal --verbose .",
20 "preship": "yarn test",
21 "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
22 },
23 "author": {
24 "name": "Ghost Foundation",
25 "email": "hello@ghost.org",
26 "url": "https://ghost.org"
27 },
28 "gpm": {
29 "type": "theme",
30 "categories": [
31 "Minimal",
32 "Magazine"
33 ]
34 },
35 "keywords": [
36 "ghost",
37 "theme",
38 "ghost-theme"
39 ],
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/TryGhost/Editorial.git"
43 },
44 "bugs": "https://github.com/TryGhost/Editorial/issues",
45 "contributors": [
46 {
47 "name": "ajlkn",
48 "email": "aj@lkn.io",
49 "url": "https://twitter.com/ajlkn"
50 }
51 ],
52 "devDependencies": {
53 "beeper": "2.0.0",
54 "gscan": "3.4.0",
55 "gulp": "4.0.2",
56 "gulp-livereload": "4.0.2",
57 "gulp-sass": "^4.0.2",
58 "gulp-sourcemaps": "^2.6.4",
59 "gulp-watch": "5.0.1",
60 "gulp-zip": "5.0.1",
61 "node-sass": "4.13.1"
62 },
63 "config": {
64 "posts_per_page": 6
65 }
66 }