-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 864 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
{
"name": "cloudfront-invalidate-dist",
"version": "1.0.1",
"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 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jweyrich/cloudfront-invalidate-dist/issues"
},
"homepage": "https://github.com/jweyrich/cloudfront-invalidate-dist#readme",
"devDependencies": {
"aws-sdk": "^2.1159.0"
}
}