Tweaking theme to be compatible with 1.X versions of Ghost
[ghost-theme-willow.git] / package.json
index 4abc0c8f4a4a9af6f58c8578764db6fd452d73b5..4fd467cc73b2eb607de424f5c04026463090c34b 100644 (file)
@@ -1,9 +1,16 @@
 {
   "name": "Willow",
-  "version": "0.1.0",
+  "version": "4.0.0",
+  "main": "Gruntfile.js",
   "author": {
     "name": "Raivis Vitols",
-    "url": "http://raivis.com"
+    "url": "https://raivis.com"
+  },
+  "engines": {
+    "ghost": ">=1.0.0"
+  },
+  "config": {
+    "posts_per_page": 9
   },
   "devDependencies": {
     "grunt": "~1.0.1",