Skip to content

Commit

Permalink
Update package information
Browse files Browse the repository at this point in the history
  • Loading branch information
idmontie committed Jan 11, 2016
1 parent ec5719b commit f2f5dcd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit f2f5dcd

Please sign in to comment.