Skip to content

Commit

Permalink
Adding package.json for support installing package via npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx committed Jul 8, 2017
1 parent 677bda6 commit 989fd8a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 TechPivot <www.techpivot.net>
Copyright (c) 2017 TechPivot <www.techpivot.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "aws-code-deploy",
"version": "1.0.2",
"description": "Bash script to easily deploy applications with AWS Code Deploy.",
"author": "TechPivot",
"main": "bin/aws-code-deploy.sh",
"bin": {
"aws-code-deploy": "./bin/aws-code-deploy.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/techpivot/aws-code-deploy.git"
},
"license": "MIT",
"keywords": [
"aws",
"code-deploy",
"bash",
"shell",
"ci",
"deploy"
]
}

0 comments on commit 989fd8a

Please sign in to comment.