X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=package.json;h=e7bd23e35bbe2eba0843d86486529d3e97498741;hb=194b86b374b9beae0081b98f5893a60824868b9d;hp=e194526ef5ebd43de9ce75799d1a76a7ccf3f9b5;hpb=ca309747b3ab36294a5d2d6eba7e2956ee43f024;p=ghost-theme-willow.git diff --git a/package.json b/package.json index e194526..e7bd23e 100644 --- a/package.json +++ b/package.json @@ -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"] +}