Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
zutrinken committed Jul 31, 2017
1 parent ede576a commit f97fee7
Showing 1 changed file with 48 additions and 15 deletions.
63 changes: 48 additions & 15 deletions 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
}
}

0 comments on commit f97fee7

Please sign in to comment.