forked from lpender/gulp-cloudfront-invalidate-aws-publish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 795 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": "gulp-cloudfront-invalidate-aws-publish",
"version": "1.0.0",
"author": "Lee Pender <lpender@gmail.com> (http://lpender.github.com)",
"description": "Invalidates paths published with gulp-awspublish",
"homepage": "https://github.com/lpender/gulp-cloudfront-invalidate-aws-publish",
"main": "index.js",
"repository": "lpender/gulp-cloudfront-invalidate-aws-publish",
"keywords": [
"gulp",
"cloudfront",
"invalidate",
"aws",
"aws-publish",
"invalidation"
],
"dependencies": {
"aws-sdk": "^2.1.16",
"fancy-log": "1.3.x",
"plugin-error": "1.0.x",
"through2": "2.0.x"
},
"bugs": {
"url": "https://github.com/lpender/gulp-cloudfront-invalidate-aws-publish/issues"
},
"licenses": [
{
"type": "MIT"
}
]
}