Updating readme file and bumping theme version
[ghost-theme-willow.git] / package.json
index f1a3e91741e60376dce6b142bbe6ea4b93a4bf6d..e8083f2edb4039e68dd43964036dd774d997c16e 100644 (file)
@@ -1,8 +1,21 @@
 {
-    "name": "Willow",
-    "version": "0.1.0",
-    "author": {
-        "name": "Raivis Vitols",
-        "url": "http://raivis.com"
-    }
-}
+  "name": "Willow",
+  "version": "4.1.0",
+  "main": "Gruntfile.js",
+  "author": {
+    "name": "Raivis Vitols",
+    "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