Trying out some bits with a post cover image
[ghost-theme-willow.git] / package.json
1 {
2 "name": "WillowNeil",
3 "version": "1.0.0",
4 "main": "Gruntfile.js",
5 "author": {
6 "name": "Raivis Vitols, modified by Neil Smith",
7 "url": "https://raivis.com"
8 },
9 "engines": {
10 "ghost": ">=1.0.0"
11 },
12 "config": {
13 "posts_per_page": 9
14 },
15 "devDependencies": {
16 "grunt": "~1.0.1",
17 "grunt-sass": "~1.1.0",
18 "grunt-contrib-watch": "~1.0.0",
19 "grunt-contrib-uglify": "~1.0.1"
20 }
21 }