Added tag page
[editorial.git] / package.json
index 0fe87c3af2c80ec8f913a9912b798ecf6cb233bb..8e9e0fdbd83aaadad4d96e004cba4663d2040736 100644 (file)
@@ -1,10 +1,11 @@
 {
-    "name": "editorial",
+    "name": "editorial-neil",
     "description": "This is Editorial, a news-oriented theme for Ghost.",
     "demo": "https://editorial.ghost.io",
-    "version": "1.0.0",
+    "version": "2.0.1",
     "engines": {
-        "ghost": ">=2.0.0"
+        "ghost": ">=3.0.0",
+        "ghost-api": "v3"
     },
     "license": "MIT",
     "screenshots": {
     "scripts": {
         "dev": "gulp",
         "zip": "gulp zip",
-        "test": "gscan ."
+        "pretest": "gulp build",
+        "test": "gscan .",
+        "test:ci": "gscan --fatal --verbose .",
+        "preship": "yarn test",
+        "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
     },
     "author": {
         "name": "Ghost Foundation",
         }
     ],
     "devDependencies": {
-        "gscan": "^2.0.0",
-        "gulp": "3.9.1",
-        "gulp-livereload": "3.8.1",
+        "beeper": "2.0.0",
+        "gscan": "3.4.0",
+        "gulp": "4.0.2",
+        "gulp-livereload": "4.0.2",
         "gulp-sass": "^4.0.2",
         "gulp-sourcemaps": "^2.6.4",
-        "gulp-uglify": "3.0.1",
-        "gulp-watch": "4.3.8",
-        "gulp-zip": "4.0.0",
-        "node-sass": "^4.10.0"
+        "gulp-watch": "5.0.1",
+        "gulp-zip": "5.0.1",
+        "node-sass": "4.13.1"
     },
     "config": {
-        "posts_per_page": 12
+        "posts_per_page": 6
     }
 }