➖ Removed unused `gulp-uglify` dependency
[editorial.git] / package.json
index 0fe87c3af2c80ec8f913a9912b798ecf6cb233bb..cafaddcf585408e5bc6e6cf3e4294730e2a5069a 100644 (file)
@@ -4,7 +4,8 @@
     "demo": "https://editorial.ghost.io",
     "version": "1.0.0",
     "engines": {
-        "ghost": ">=2.0.0"
+        "ghost": ">=2.0.0",
+        "ghost-api": "v2"
     },
     "license": "MIT",
     "screenshots": {
         "gulp-livereload": "3.8.1",
         "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"
     },
     "config": {
-        "posts_per_page": 12
+        "posts_per_page": 6
     }
 }