X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=package.json;h=834393a67d0c1938b40e85228228d2749357752a;hb=64ba86b83bd93f69dbde10e24271d40e0aa791ea;hp=f1a3e91741e60376dce6b142bbe6ea4b93a4bf6d;hpb=ede191b45fe6e989e4360f4e2a0e41b2d168929d;p=ghost-theme-willow.git diff --git a/package.json b/package.json index f1a3e91..834393a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,21 @@ { - "name": "Willow", - "version": "0.1.0", - "author": { - "name": "Raivis Vitols", - "url": "http://raivis.com" - } -} + "name": "WillowNeil", + "version": "1.0.0", + "main": "Gruntfile.js", + "author": { + "name": "Raivis Vitols, modified by Neil Smith", + "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