Skip to content

Commit 9b1dbcc

Browse files
committed
Add authors, license, keywords to package.json
1 parent ca12076 commit 9b1dbcc

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 Christopher Reichert
1+
Copyright (c) 2016 - Assertible, Inc (Christopher Reichert, Cody Reichert)
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
"name": "lambda-cloudwatch-slack",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "Better Slack notifications for AWS CloudWatch",
55
"authors": [
6-
"Christopher Reichert <[email protected]>"
6+
"Assertible <[email protected]>",
7+
"Christopher Reichert <[email protected]>",
8+
"Cody Reichert <[email protected]>"
79
],
810
"config": {
911
"progress": "true"
1012
},
11-
"private": true,
1213
"dependencies": {
1314
"aws-sdk": "^2.4.0",
1415
"url": "^0.11.0",
1516
"https": "^1.0.0"
1617
},
1718
"devDependencies": {
1819
"node-lambda": "^0.8.6"
19-
}
20+
},
21+
"keywords": [
22+
"aws",
23+
"slack",
24+
"lambda",
25+
"slackbot",
26+
"cloudwatch",
27+
"notifications",
28+
],
29+
"license": "MIT"
2030
}

0 commit comments

Comments
 (0)