File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015 TechPivot <www.techpivot.net>
3+ Copyright (c) 2017 TechPivot <www.techpivot.net>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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://git@github.com/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+ }
You can’t perform that action at this time.
0 commit comments