forked from assertible/lambda-cloudwatch-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 839 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
36
37
38
39
{
"name": "lambda-cloudwatch-slack",
"version": "0.4.0",
"description": "Better Slack notifications for AWS CloudWatch",
"authors": [
"Christopher Reichert <[email protected]>",
"Cody Reichert <[email protected]>",
"Alexandr Promakh <[email protected]>"
],
"config": {
"progress": "true"
},
"dependencies": {
"aws-sdk": "^2.4.0",
"https": "^1.0.0",
"lodash": "^4.15.0",
"url": "^0.11.0"
},
"devDependencies": {
"node-lambda": "0.16.0"
},
"keywords": [
"aws",
"slack",
"lambda",
"slackbot",
"cloudwatch",
"notifications"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/assertible/lambda-cloudwatch-slack.git"
},
"scripts": {
"deploy": "./scripts/deploy.sh",
"test": "./scripts/test.sh"
}
}