Skip to content

Commit

Permalink
Merge pull request #3 from wayneashleyberry/master
Browse files Browse the repository at this point in the history
adds homepage, bugs and repository links to package.json
  • Loading branch information
keithamus committed Dec 16, 2014
2 parents 5721869 + 2c8ac47 commit 955785b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@
"name": "parallelshell",
"version": "1.0.0",
"description": "Invoke multiple commands, running in parallel",
"homepage": "https://github.com/keithamus/parallelshell",
"repository": {
"type": "git",
"url": "git@github.com:keithamus/parallelshell.git"
},
"bugs": {
"url": "https://github.com/keithamus/parallelshell/issues"
},
"main": "index.js",
"bin": {
"parallelshell": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"parallel",
"shell"
],
"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)",
"license": "MIT"
}

0 comments on commit 955785b

Please sign in to comment.