-
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) · 730 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 730 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": "sumologic-cloudwatch-lambda",
"version": "0.0.1",
"description": "AWS Lambda / API Gateway for CRUD operations on POSTS",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"lambda": {
"name": "sumologic",
"handler": "index.handler",
"role": "lambda_default"
},
"dependencies": {
"aws-sdk": "^2.1.4",
"moment": "^2.10.6",
"q": "^1.4.1",
"request": "^2.67.0"
},
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-install": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-zip": "^2.0.2",
"run-sequence": "^1.0.2",
"stream": "0.0.2"
}
}