Updated Google custom search
[ghost-theme-willow.git] / package.json
1 {
2 "name": "willowneil",
3 "version": "5.0.2",
4 "main": "Gruntfile.js",
5 "author": {
6 "name": "Raivis Vitols, modified by Neil Smith",
7 "email": "noreply@njae.me.uk",
8 "url": "https://raivis.com"
9 },
10 "engines": {
11 "ghost": ">=1.0.0"
12 },
13 "config": {
14 "posts_per_page": 9
15 },
16 "devDependencies": {
17 "grunt": "~1.0.1",
18 "grunt-sass": "~1.1.0",
19 "grunt-contrib-watch": "~1.0.0",
20 "grunt-contrib-uglify": "~1.0.1"
21 },
22 "dependencies": {
23 "node-sass": "^4.9.3"
24 },
25 "keywords": ["ghost-theme"]
26 }