Update screenshots
[editorial.git] / package.json
1 {
2 "name": "editorial",
3 "description": "This is Editorial, a news-oriented theme for Ghost.",
4 "demo": "https://editorial.ghost.io",
5 "version": "1.0.0",
6 "engines": {
7 "ghost": ">=2.0.0"
8 },
9 "license": "MIT",
10 "screenshots": {
11 "desktop": "assets/screenshot-desktop.jpg"
12 },
13 "scripts": {
14 "dev": "gulp",
15 "zip": "gulp zip",
16 "test": "gscan ."
17 },
18 "author": {
19 "name": "Ghost Foundation",
20 "email": "hello@ghost.org",
21 "url": "https://ghost.org"
22 },
23 "gpm": {
24 "type": "theme",
25 "categories": [
26 "Minimal",
27 "Magazine"
28 ]
29 },
30 "keywords": [
31 "ghost",
32 "theme",
33 "ghost-theme"
34 ],
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/TryGhost/Editorial.git"
38 },
39 "bugs": "https://github.com/TryGhost/Editorial/issues",
40 "contributors": [
41 {
42 "name": "ajlkn",
43 "email": "aj@lkn.io",
44 "url": "https://twitter.com/ajlkn"
45 }
46 ],
47 "devDependencies": {
48 "gscan": "^2.0.0",
49 "gulp": "3.9.1",
50 "gulp-livereload": "3.8.1",
51 "gulp-sass": "^4.0.2",
52 "gulp-sourcemaps": "^2.6.4",
53 "gulp-uglify": "3.0.1",
54 "gulp-watch": "4.3.8",
55 "gulp-zip": "4.0.0",
56 "node-sass": "^4.10.0"
57 },
58 "config": {
59 "posts_per_page": 6
60 }
61 }