forked from aghadiry/serverless-cloudfront-invalidate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 768 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
{
"name": "serverless-cf-invalidate-proxy",
"version": "1.0.1",
"description": "Serverless plugin that allows you to invalidate Cloudfront Cache",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aghadiry/serverless-cloudfront-invalidate.git"
},
"author": "Thomas Walker",
"license": "MIT",
"bugs": {
"url": "https://github.com/aghadiry/serverless-cloudfront-invalidate/issues"
},
"homepage": "https://github.com/aghadiry/serverless-cloudfront-invalidate#readme",
"dependencies": {
"aws-sdk": "^2.224.1",
"chalk": "^2.3.1",
"proxy-agent": "^6.0.0",
"randomstring": "^1.1.5"
},
"devDependencies": {}
}