forked from jweyrich/cloudfront-invalidate-dist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 935 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
26
27
28
29
30
31
32
33
34
35
{
"name": "cloudfront-invalidate-dist",
"version": "1.0.0",
"description": "Lambda function to be invoked by AWS CodePipeline to invalidate specified paths from a CloudFront distribution.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jweyrich/cloudfront-invalidate-dist.git"
},
"keywords": [
"aws",
"codepipeline",
"cloudfront",
"invalidation",
"distribution"
],
"author": "Jardel Weyrich <jweyrich@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jweyrich/cloudfront-invalidate-dist/issues"
},
"homepage": "https://github.com/jweyrich/cloudfront-invalidate-dist#readme",
"dependencies": {
"serverless-python-requirements": "^4.2.5"
},
"devDependencies": {
"aws-sdk": "^2.653.0"
}
}