X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=package.json;h=f4d835ea2c55813dffdfe7f07116c2929aa2b37f;hb=99027e686d6a5c2184ca8c000e12f96c92b27faa;hp=bd29151e56947f14ff809b9f545c94293c930ebf;hpb=517ff2509b004ee462aac4ec97eaa4c2d90b29ac;p=ghost-theme-willow.git diff --git a/package.json b/package.json index bd29151..f4d835e 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,26 @@ { - "name": "Willow", - "version": "3.0.0", + "name": "willowneil", + "version": "2.0.0", "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"] +}