Updated Google custom search
[ghost-theme-willow.git] / package.json
index 4abc0c8f4a4a9af6f58c8578764db6fd452d73b5..e7bd23e35bbe2eba0843d86486529d3e97498741 100644 (file)
@@ -1,14 +1,26 @@
 {
-  "name": "Willow",
-  "version": "0.1.0",
+  "name": "willowneil",
+  "version": "5.0.2",
+  "main": "Gruntfile.js",
   "author": {
-    "name": "Raivis Vitols",
-    "url": "http://raivis.com"
+    "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"]
+}