-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 927 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@cfn-modules/vpc",
"version": "2.3.0",
"description": "AWS VPC using two or three availability zones with public and private subnets, VPC endpoints for DynamoDB and S3, Flow Logs, and NAT gateways.",
"author": "Michael Wittig <michael@widdix.de>",
"license": "Apache-2.0",
"dependencies": {
"@cfn-modules/vpc-flow-log": "2.0.0",
"@cfn-modules/vpc-nat-gateway": "2.0.0",
"@cfn-modules/vpc-plain": "2.0.1",
"@cfn-modules/vpc-subnet": "2.1.0"
},
"bundledDependencies": [
"@cfn-modules/vpc-flow-log",
"@cfn-modules/vpc-nat-gateway",
"@cfn-modules/vpc-plain",
"@cfn-modules/vpc-subnet"
],
"keywords": [
"cfn-modules",
"cfn-modules:ExposeId"
],
"homepage": "https://github.com/cfn-modules",
"bugs": {
"url": "https://github.com/cfn-modules/vpc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cfn-modules/vpc.git"
}
}