-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
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
{
"name": "hipchat-notification",
"description": "AWS Lambda SNS event subscriber that publishes SNS events to configurable notification channels based on SNS event triggers.",
"author": {
"name": "Karl Norling",
"email": "[email protected]"
},
"homepage": "https://github.com/karlnorling/lyssna",
"keywords": ["aws", "sns", "lambda", "codedeploy", "s3", "notification", "config", "hipchat", "slack", "pagerduty", "newrelic", "alert", "messaging"],
"bugs": {
"url": "https://github.com/karlnorling/lyssna/issues"
},
"license": "SEE LICENSE IN <LICENSE>",
"scripts": {
"lint": "standard",
"test": "mocha test/"
},
"standard": {
"globals": [
"context"
]
},
"dependencies": {
"archiver": "^1.0.0",
"aws-sdk": "^2.2.42",
"jsdoc": "^3.4.0",
"node-hipchat": "^0.4.5",
"promise": "^7.1.1",
"request": "^2.69.0",
"string": "^3.3.1",
"truncate": "^2.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"standard": "^6.0.8"
},
"version": "0.0.1"
}