-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
25 lines (25 loc) · 829 Bytes
/
package.json
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
{
"name": "serverless-aws-static-websites",
"version": "0.1.0",
"description": "Deploy your static websites without all the hassle on AWS with CloudFront, S3, ACM and Route53 via Serverless",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:tobilg/serverless-aws-static-websites.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tobilg/serverless-aws-static-websites/issues"
},
"homepage": "https://github.com/tobilg/serverless-aws-static-websites#readme",
"devDependencies": {
"serverless-cloudfront-invalidate": "^1.3.0",
"serverless-pseudo-parameters": "^2.4.0",
"serverless-s3-sync": "^1.8.0",
"serverless-stack-output": "^0.2.3"
},
"dependencies": {}
}