Updated Google custom search
[ghost-theme-willow.git] / package.json
index e194526ef5ebd43de9ce75799d1a76a7ccf3f9b5..e7bd23e35bbe2eba0843d86486529d3e97498741 100644 (file)
@@ -1,15 +1,26 @@
 {
-  "name": "Willow",
-  "version": "2.0.0",
+  "name": "willowneil",
+  "version": "5.0.2",
   "main": "Gruntfile.js",
   "author": {
-    "name": "Raivis Vitols",
+    "name": "Raivis Vitols, modified by Neil Smith",
+    "email": "noreply@njae.me.uk",
     "url": "https://raivis.com"
   },
+  "engines": {
+    "ghost": ">=1.0.0"
+  },
+  "config": {
+    "posts_per_page": 9
+  },
   "devDependencies": {
     "grunt": "~1.0.1",
     "grunt-sass": "~1.1.0",
     "grunt-contrib-watch": "~1.0.0",
     "grunt-contrib-uglify": "~1.0.1"
-  }
-}
\ No newline at end of file
+  },
+  "dependencies": {
+    "node-sass": "^4.9.3"
+  },
+  "keywords": ["ghost-theme"]
+}