From f2f5dcd93acfd6bf355c107cbb6d8176d74d3f0c Mon Sep 17 00:00:00 2001 From: Ivan Montiel Date: Sun, 10 Jan 2016 19:51:54 -0700 Subject: [PATCH] Update package information --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c736a9d..04102d7 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,16 @@ "name": "space-kitty", "version": "0.1.3", "description": "Opinionated Meteor command line utility", + "homepage": "http://spacekitty.capsulecat.com", + "bugs": "https://github.com/capsulecat/spacekitty/issues", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/capsulecat/spacekitty.git" + }, + "engines": { + "node": ">=5.4.0" + }, "dependencies": { "connect": "^3.4.0", "handlebars": "^4.0.5", @@ -13,8 +23,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "MIT", + "author": "Capsule Cat", "preferGlobal": true, "bin": { "kitty": "src/index.js"