diff --git a/package.json b/package.json index fb158a3..73a0a4d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,37 @@ { - "name": "Casper", - "version": "1.3.1" + "name": "casper", + "description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.", + "homepage": "http://github.com/TryGhost/Casper", + "demo": "https://demo.ghost.io", + "version": "1.3.1", + "engines": { + "ghost": "^0.9.0" + }, + "license": "MIT", + "screenshots": { + "desktop": "assets/screenshot-desktop.jpg", + "mobile": "assets/screenshot-mobile.jpg" + }, + "author": { + "name": "Ghost Foundation", + "email": "hello@ghost.org", + "url": "https://ghost.org" + }, + "gpm": { + "type": "theme", + "categories": [ + "Minimal", + "Personal Blogs" + ] + }, + "keywords": [ + "ghost", + "theme" + ], + "repository": { + "type": "git", + "url": "git://github.com/TryGhost/Casper.git" + }, + "bugs": "https://github.com/TryGhost/Casper/issues", + "contributors": "https://github.com/TryGhost/Casper/graphs/contributors" }