diff --git a/package.json b/package.json index c0fb246..9150232 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,49 @@ { - "name": "Innocent", - "version": "1.5", - "devDependencies": { - "autoprefixer-core": "^5.2.1", - "grunt": "^0.4.5", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-copy": "^0.8.0", - "grunt-contrib-cssmin": "^0.13.0", - "grunt-contrib-uglify": "^0.9.1", - "grunt-contrib-watch": "^0.6.1", - "grunt-postcss": "^0.5.5", - "grunt-sass": "^1.0.0", - "load-grunt-tasks": "^3.2.0" - } -} + "name": "innocent", + "description": "Ghost Theme", + "demo": "http://innocent.zutrinken.com", + "version": "1.6.0", + "engines": { + "ghost": ">=1.0.0" + }, + "license": "MIT", + "screenshots": { + "desktop": "src/screenshot-desktop.jpg", + "mobile": "src/screenshot-mobile.jpg" + }, + "author": { + "name": "Peter Amende", + "email": "xoxo@zutrinken.com", + "url": "http://zutrinken.com" + }, + "gpm": { + "type": "theme", + "categories": [ + "Minimal", + "Personal Blogs" + ] + }, + "keywords": [ + "ghost", + "theme" + ], + "repository": { + "type": "git", + "url": "https://github.com/zutrinken/innocent.git" + }, + "devDependencies": { + "autoprefixer-core": "^5.2.1", + "grunt": "^0.4.5", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-copy": "^0.8.0", + "grunt-contrib-cssmin": "^0.13.0", + "grunt-contrib-uglify": "^0.9.1", + "grunt-contrib-watch": "^0.6.1", + "grunt-postcss": "^0.5.5", + "grunt-sass": "^1.0.0", + "load-grunt-tasks": "^3.2.0" + }, + "config": { + "posts_per_page": 10 + } +} \ No newline at end of file