Bumped default Ghost API version to v2
[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 "ghost-api": "v2"
9 },
10 "license": "MIT",
11 "screenshots": {
12 "desktop": "assets/screenshot-desktop.jpg"
13 },
14 "scripts": {
15 "dev": "gulp",
16 "zip": "gulp zip",
17 "test": "gscan ."
18 },
19 "author": {
20 "name": "Ghost Foundation",
21 "email": "hello@ghost.org",
22 "url": "https://ghost.org"
23 },
24 "gpm": {
25 "type": "theme",
26 "categories": [
27 "Minimal",
28 "Magazine"
29 ]
30 },
31 "keywords": [
32 "ghost",
33 "theme",
34 "ghost-theme"
35 ],
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/TryGhost/Editorial.git"
39 },
40 "bugs": "https://github.com/TryGhost/Editorial/issues",
41 "contributors": [
42 {
43 "name": "ajlkn",
44 "email": "aj@lkn.io",
45 "url": "https://twitter.com/ajlkn"
46 }
47 ],
48 "devDependencies": {
49 "gscan": "^2.0.0",
50 "gulp": "3.9.1",
51 "gulp-livereload": "3.8.1",
52 "gulp-sass": "^4.0.2",
53 "gulp-sourcemaps": "^2.6.4",
54 "gulp-uglify": "3.0.1",
55 "gulp-watch": "4.3.8",
56 "gulp-zip": "4.0.0",
57 "node-sass": "^4.10.0"
58 },
59 "config": {
60 "posts_per_page": 6
61 }
62 }