Updated Google custom search
[ghost-theme-willow.git] / package.json
index 630a5c2bc23ae9005fd0540d5850a6df85bff91c..e7bd23e35bbe2eba0843d86486529d3e97498741 100644 (file)
@@ -1,8 +1,26 @@
 {
-    "name": "Willow",
-    "version": "0.1.0",
-    "author": {
-        "name": "Raivis Vitols",
-        "url": "http://raivis.vom"
-    }
-}
\ No newline at end of file
+  "name": "willowneil",
+  "version": "5.0.2",
+  "main": "Gruntfile.js",
+  "author": {
+    "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"
+  },
+  "dependencies": {
+    "node-sass": "^4.9.3"
+  },
+  "keywords": ["ghost-theme"]
+}