Skip to content

Commit 989fd8a

Browse files
committed
Adding package.json for support installing package via npm.
1 parent 677bda6 commit 989fd8a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 TechPivot <www.techpivot.net>
3+
Copyright (c) 2017 TechPivot <www.techpivot.net>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "aws-code-deploy",
3+
"version": "1.0.2",
4+
"description": "Bash script to easily deploy applications with AWS Code Deploy.",
5+
"author": "TechPivot",
6+
"main": "bin/aws-code-deploy.sh",
7+
"bin": {
8+
"aws-code-deploy": "./bin/aws-code-deploy.sh"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+ssh://[email protected]/techpivot/aws-code-deploy.git"
13+
},
14+
"license": "MIT",
15+
"keywords": [
16+
"aws",
17+
"code-deploy",
18+
"bash",
19+
"shell",
20+
"ci",
21+
"deploy"
22+
]
23+
}

0 commit comments

Comments
 (0)