forked from fruux/ec2dns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 778 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "fruux/ec2dns",
"replace": { "dominikto/ec2dns": "self.version" },
"description": "ec2dns is a set of command line tools that makes it easy to display public hostnames of EC2 instances and ssh into them via their tag name.",
"keywords" : [ "aws", "ec2", "host", "dns", "hostname", "tags", "ssh", "scp" ],
"homepage" : "https://github.com/fruux/ec2dns",
"license" : "BSD-3-Clause",
"require": {
"php":">=5.3.0",
"amazonwebservices/aws-sdk-for-php": "1.6.2"
},
"autoload" : {
"psr-0" : {
"ec2dns" : "lib/"
}
},
"bin": ["bin/ec2dns", "bin/ec2host", "bin/ec2ssh", "bin/ec2scp", "bin/ec2dnshelper"],
"authors": [
{
"name": "Dominik Tobschall"
}
]
}